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

Documentation Index

Fetch the complete documentation index at: https://documentation.uponai.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Generate tokens from your profile settings at app.uponai.com.

Path Parameters

agentId
string
required

Agent identifier.

Query Parameters

workspaceId
integer
required

Workspace identifier. Call GET /api/workspaces to list workspaces accessible to your token.

Response

200 - application/json

Chat agent version history.

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