Skip to main content
GET
Get Twitter Posts

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

Authorization
string
required

Use an authorization token prefixed with Bearer. You can get your API key at https://memoryproto.co/dashboard.

Example:

"Bearer mem_xxx"

Query Parameters

username
string
required

Twitter username of the user. For example, MemoryProtocol or factory__fm.

Minimum string length: 1
Examples:

"MemoryProtocol"

"factory__fm"

page
number | null

Pagination cursor.

Example:

1

limit
number | null
default:100

Number of items per page. Max 100.

Required range: x <= 100
Example:

50

Response

Successful response containing the user's Twitter posts

status
required

Account follows fetch status: queued when the request is queued, in_progress while data is being fetched and partial results are available, andcompleted once all follows have been retrieved and are available.

Available options:
in_progress
Example:

"in_progress"

progress
object | null
required
Example:
timestamp
string | null
required

Timestamp of when the data was fetched, only available when the status is completed.

Example:

"2025-05-09T19:51:32.016Z"

data
object
required

Twitter profile with an array of Twitter posts.

Example:
pagination
object | null
required

Pagination parameters.

Example: