List agents

Returns a paginated list of the environment's agents, newest first.

get/agents

Query parameters

cursorstring

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

limitinteger

Response

Paginated list of agents

next_cursorstring nullable

Opaque cursor for the next page. Null when no more pages.

limitinteger

Changes