Skip to main content
GET
/
api
/
agents
List agents
curl --request GET \
  --url https://api.upon-ai.com/api/agents \
  --header 'Authorization: Bearer <token>'
[
  {
    "agent_id": "<string>",
    "version": 123,
    "agent_name": "<string>"
  }
]

Authorizations

Authorization
string
header
required

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

Query Parameters

workspaceId
integer
required

Workspace identifier.

limit
integer
default:1000

Maximum number of records to return.

Required range: 1 <= x <= 1000
paginationKey
string

Identifier to continue pagination.

paginationKeyVersion
integer

Version paired with the pagination key.

Response

200 - application/json

Agent summary list.

agent_id
string
required
version
integer
required
agent_name
string