Skip to main content
GET
/
api
/
chats
/
{conversationId}
Get one conversation with messages and runs.
curl --request GET \
  --url https://openagents.com/api/chats/{conversationId} \
  --header 'Authorization: Bearer <token>'
{
  "data": {}
}

Authorizations

Authorization
string
header
required

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

Path Parameters

conversationId
string
required

Response

Successful response

data
object