Check the indexing status of Twitter followers for an account. This endpoint does not trigger a new queue and does not cost credits. Returns 404 if the user has never been queued.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Use an authorization token prefixed with Bearer. You can get your API key at https://memoryproto.co/dashboard.
"Bearer mem_xxx"
Twitter username of the user. For example, MemoryProtocol or factory__fm.
1"MemoryProtocol"
"factory__fm"
Successful response containing the followers indexing status.
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.
in_progress "in_progress"
{ "current": 1245, "total": 3632 }Timestamp of when the data was fetched, only available when the status is completed.
"2025-05-09T19:51:32.016Z"