This endpoint retrieves all tasks and top-level messages associated with a specific context for the given agent.
Documentation Index
Fetch the complete documentation index at: https://docs.corti.ai/llms.txt
Use this file to discover all available pages before exploring further.
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.
"base"
The identifier of the agent associated with the context.
"12345678-90ab-cdef-gh12-34567890abc"
The identifier of the context (thread) to retrieve tasks for.
The maximum number of tasks and messages to return. If not specified all history is returned.
The number of tasks and messages to skip before starting to collect the result set. Default is 0.