This endpoint retrieves the status and details of a specific task associated with the given agent. It provides information about the task’s current state, history, and any artifacts produced during its execution.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Identifies a distinct entity within Corti's multi-tenant system. Ensures correct routing and authentication of the request.
"copiloteu"
The identifier of the agent associated with the context.
"12345678-90ab-cdef-gh12-34567890abc"
The identifier of the task to retrieve.
The number of previous messages to include in the context for the agent when retrieving this task. Default is all messages.
Task retrieved successfully.
Unique identifier for the task.
Identifier for the context (thread) in which the task is created.
The kind of the object, always "task".
task The history of messages associated with the task.
The artifacts associated with the task.
Additional metadata for the task.