GET
/
api
/
v1
/
conversations
/
{conversation_id}
/
info
{
  "id": "<string>",
  "title": "<string>",
  "status": "active",
  "project_ids": [
    "<string>"
  ],
  "created_at": "2023-11-07T05:31:56Z",
  "updated_at": "2023-11-07T05:31:56Z",
  "total_messages": 123,
  "agent_ids": [
    "<string>"
  ],
  "access_type": "read",
  "is_creator": true,
  "creator_id": "<string>",
  "visibility": "private"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

conversation_id
string
required

Response

200
application/json
Successful Response

The response is of type object.