Retrieve a paginated list of your research tasks along with their current status and metadata. This endpoint allows you to monitor many tasks at once instead of polling each task individually.
The response follows a same cursor-based pagination pattern. Pass the limit
parameter to control page size (max 200) and use the cursor
token returned in the response to fetch subsequent pages.
API key can be provided either via x-api-key header or Authorization header with Bearer scheme
The cursor to paginate through the results
1
The number of results to return
1 <= x <= 200
List of research tasks
The response is of type object
.