Skip to main content
GET
List active conversation runs

Authorizations

Authorization
string
header
required

A Modus personal access token (modus_<orgUuid>_<prefix>_<secret>) or an OAuth 2.1 access token, sent as Authorization: Bearer <token>.

Query Parameters

pageToken
string

Opaque page token from a previous response's nextPageToken. Omit for the first page.

pageSize
integer
default:50

Items per page. Defaults to 50. Must be between 1 and 100.

Required range: 1 <= x <= 100

Response

Page of newest non-terminal runs per active conversation thread.

runs
object[]
required
nextPageToken
string | null
required

Opaque token for the next page, or null if there are no more active runs.