Skip to main content
GET
List agents

Authorizations

Authorization
string
header
required

A workspace API key: wdy_live_… / wdy_test_…. Created at POST /workspaces/{tenantId}/keys and shown exactly once.

Query Parameters

limit
number
default:50

How many items to return (1–100).

Required range: 1 <= x <= 100
after
string

Opaque cursor: pass the nextCursor of a previous page to get the next one.

before
string

Opaque cursor for paging backwards (items before it).

Response

200 - application/json
data
object[]
required

The items of this page.

hasMore
boolean
required

True when more items exist after this page.

nextCursor
string | null
required

Opaque cursor to pass as after for the next page; null on the last page.