For the complete documentation index, see llms.txt. This page is also available as Markdown.

Get Agent Conversation

Get Agent Conversation — Taskade REST API v1 reference: GET /agents/{agentId}/convos/{convoId}. Parameters, authentication, and response schema.

get

Get agent conversation by id

Authorizations
OAuth2authorizationCodeRequired
Authorization URL: Token URL:
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
agentIdstringRequired
convoIdstringRequired
Responses
200

Agent conversation

application/json

Agent conversation

okboolean · enumRequiredPossible values:
get/agents/{agentId}/convos/{convoId}

Last updated

Was this helpful?