Skip to main content
GET
Get session message history

Authorizations

Authorization
string
header
required

Bearer token authentication. Supports two token types:

  • JWT Access Token — obtained via POST /v1/auth/login
  • Personal Access Token (PAT) — created via POST /v1/api-tokens, format: cmnd_<tokenId>.<secret>

Path Parameters

id
string
required

The session ID

Query Parameters

limit
integer
default:50

Maximum number of messages to return

before
string

Message ID to paginate before

after
string

Message ID to paginate after

Response

Message history

object
string
Example:

"list"

data
object[]
has_more
boolean
Example:

false