GET
/
api
/
v2
/
agent
/
{agentId}
/
versions
curl --request GET \
  --url https://api.vida.dev/api/v2/agent/{agentId}/versions
{
  "success": true,
  "versions": [
    {
      "title": "Auto-1750194180352",
      "versionId": 1750194180352,
      "snapshot": {}
    }
  ]
}

Authorizations

token
string
query
required

Vida API Token

Path Parameters

agentId
string
required

Agent Id to inspect

Query Parameters

includeData
boolean

If true the response includes the entire snapshot JSON for each version.

Response

200 - application/json

Successful response

The response is of type object.