Agent Endpoint

List agent endpoints

Returns a paginated list of agent endpoints for the authenticated project.

get/v1/agent/endpoint

Query parameters

limitinteger

Maximum number of endpoints to return (default: 20, max: 50)

afterstring

Cursor for pagination - endpoint ID to start after

agentIdstring uuid

Filter by agent ID

searchTextstring

Search text to filter endpoints

Response

List of agent endpoints

Changes