Skip to main content
GET
List initialized deal agents

Authorizations

Authorization
string
header
required

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

Query Parameters

cursor
string

Opaque cursor from a previous response. Omit for the first page.

limit
integer
default:50
Required range: 1 <= x <= 200

Response

Page of agents.

agents
object[]
required
next_cursor
string | null
required