Check the indexing status of Farcaster following 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.
Get your API key at https://memoryproto.co/developers.
"Bearer mem_xxx"
Farcaster username of the user. For example, memoryprotocol.eth or base.base.eth.
"memoryprotocol.eth"
"base.base.eth"
Fid of the Farcaster account. For example, 244819 or 12142.
244819
12142
Successful response containing the following 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"