Skip to main content
GET
/
chats
List chats
curl --request GET \
  --url https://{subdomain}.withrealm.com/api/external/alpha/chats \
  --header 'Authorization: Bearer <token>'
{
  "object": "list",
  "data": [
    {
      "assistant_id": "<string>",
      "agent_id": "<string>",
      "created": 123,
      "created_date": "<string>",
      "content": "<string>",
      "id": "<string>"
    }
  ]
}

Rate Limits

600 requests per minute.

Authorizations

Authorization
string
header
required

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

Response

Success

object
enum<string>
required
Available options:
list
data
object[]
required