Skip to main content
GET
Get a task
A task settles at completed, failed, or cancelled. Read this endpoint again for its current status. reviews holds the scientific reviews of this task, each with its status, the message_id of the message holding the findings, and error_message on a failure. A review appears once it has written its findings.

Authorizations

Authorization
string
header
required

Requires an API key. See the Authentication guide.

Path Parameters

task_id
string
required

Response

200 - application/json

Task record.

id
string
required
created_at
string<date-time>
required
status
enum<string>
required
Available options:
idle,
running,
completed,
cancelled,
failed
type
string
default:task
Allowed value: "task"
project_id
string | null
title
string | null
platform
enum<string>
default:api
Available options:
api,
mcp,
web,
desktop,
mobile
reviews
TaskScientificReview · object[] | null