Skip to main content
GET
Search terminal connection and command activity with a stable cursor

Authorizations

Authorization
string
header
required

Bearer JWT token or API Key (sk-*).

Query Parameters

agentTerminalId
string

Limit activity to one terminal.

cursor
string

Return entries older than this activity ID.

Case-insensitive text search, up to 100 characters.

take
integer

Page size from 1 to 200; default 50.

Required range: 1 <= x <= 200

Response

200 - application/json
data
object[]
required
nextCursor
string | null

Pass this value as cursor to read the next page.

Last modified on September 27, 2026