Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The id of the conversation to retrieve.
Response
200 - application/json
Retrieved conversation
The conversation
object represents a conversation with an AI agent.
The object type, which is always conversation
.
Available options:
conversation
The conversation identifier, which can be referenced in the API endpoints.
The ISO string for when the conversation was created.
The ISO string for when the conversation was last updated.
The name of the conversation.