Skip to main content
POST
List Agent Versions
Use this API to fetch the version history for a custom agent. A new version is automatically created on every behavioral update via Update Agent Version. Versions are ordered descending (newest first) and contain the full behavioral snapshot at that point in time.

Endpoint

POST https://api.velt.dev/v2/agents/versions/list

Headers

x-velt-api-key
string
required
Your API key.
x-velt-auth-token
string
required

Body

Params

data
object
required

Example Requests

List versions for an agent

Response

Success Response

FieldTypeDescription
data.versionsobject[]Version snapshots ordered descending by version
Each entry contains the full behavioral snapshot of the agent at that version.

Failure Response

Errors: NOT_FOUND (agent or store database not found).