Authorizations
API Key provided by the platform. Note- X-Timestamp and X-Signature headers are also required for authentication, but not defined as separate schemes here due to OpenAPI limitations on complex signature schemes.
Path Parameters
The ID of the task to retrieve.
"tsk_abc123xyz789"
Response
OK. Current status and details of the task.
The unique identifier for the task.
"tsk_abc123xyz789"
The current status of the task.
queued
, processing
, completed
, failed
"processing"
The result object if the task completed successfully. Structure may vary.
{
"summary": "Search performed, first result obtained.",
"data": {
"first_link": "https://example-ai-site.com"
}
}
Error message if the task failed.
"Extension connection lost during execution."
ISO 8601 timestamp when the task was created.
"2025-04-13T23:00:00Z"
ISO 8601 timestamp when the task was last updated.
"2025-04-13T23:01:00Z"