{
"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"
}
{
"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"
}
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Successful Response
The response is of type object
.