Retrieve a paginated list of your research tasks.
The response follows a cursor-based pagination pattern. Pass the limit parameter to control page size (max 50) and use the cursor token returned in the response to fetch subsequent pages.
Your Exa API key
The cursor to paginate through the results
1Number of results per page (1-50)
1 <= x <= 50List of research requests
Research requests ordered by creation time (newest first)
{
"researchId": "01jszdfs0052sg4jc552sg4jc5",
"model": "exa-research",
"instructions": "What species of ant are similar to honeypot ants?",
"status": "running"
}If true, use nextCursor to fetch more results
Pass this value as the cursor parameter to fetch the next page