Skip to main content
GET
List sessions

Authorizations

Authorization
string
header
required

Your AssemblyAI API key in the Authorization header. The raw key works directly; a Bearer prefix is also accepted.

Query Parameters

limit
integer
default:50

Maximum sessions per page.

Required range: 1 <= x <= 200
cursor
string

Pagination cursor from the previous response's response_metadata.next_cursor.

status
string

Return only sessions with this status.

agent_id
string

Return only sessions for this agent.

Response

A page of sessions.

sessions
object[]
required

Page of sessions, newest first.

has_more
boolean

True when more results may be available; fetch the next page with response_metadata.next_cursor.

Example:

true

response_metadata
object