Research Task Status
Retrieve the current status of a background research task. While the task is in progress, the result field is null. Once the task reaches completed, the full research result is returned in result. If the task fails, status is failed and error contains a diagnostic message.
Authentication
Path parameters
Response
When the task was last updated, in RFC 3339 format. null if the task has not yet started running.
When the task reached a terminal status, in RFC 3339 format. null if the task has not yet completed, failed, or been cancelled.
A diagnostic message when status is failed. null for all other statuses.
The final research result when status is completed. null while the task is queued or running.