Skip to main content
GET
/
api
/
agents
/
{agentId}
/
versions
List agent versions
curl --request GET \
  --url https://api.upon-ai.com/api/agents/{agentId}/versions \
  --header 'Authorization: Bearer <token>'
[
  {
    "agent_id": "<string>",
    "version": 123,
    "updated_at": "2023-11-07T05:31:56Z"
  }
]

Authorizations

Authorization
string
header
required

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

Path Parameters

agentId
string
required

Agent identifier.

Query Parameters

workspaceId
integer
required

Workspace identifier.

Response

200 - application/json

Agent version history.

agent_id
string
required
version
integer
required
updated_at
string<date-time>