The GET /research/:id method, with research task identifier, retrieves a specific research task information. This endpoint is currently in beta, it might be subject to changes.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Research task details.
The unique identifier of the research task.
"01234-abcd-56789"
The current status of the research task.
completed, failed, pending, processing "completed"
The input parameters used to create the research task.
The output of the research task if the research task is completed.
The error message if the research task failed.
The date and time when the research task was created.
"2025-01-01T00:00:00.000Z"
The date and time when the research task status was last updated.
"2025-01-01T00:00:00.000Z"