Skip to main content
GET
List an agent's prompt versions

Authorizations

Authorization
string
header
required

Dashboard JWT token from Clerk

Path Parameters

id
string
required

Identifier of the agent whose versions to list.

Query Parameters

cursor
integer

Return versions with a version_number below this value (pagination cursor).

branch
string

Narrow the list to a single experiment branch.

Response

200 - application/json

The agent's prompt versions with pagination metadata.

data
object
meta
object