Skip to main content
GET
List model revisions

Authorizations

Authorization
string
header
required

OAuth2 authentication with JWT tokens

Path Parameters

modelName
string
required

Name of the model

Response

200 - application/json

successful operation

active
boolean

Is the revision active

canary
boolean

Is the revision canary

createdAt
string
read-only

Revision created at

createdBy
string
read-only

Revision created by

id
string
read-only

Revision ID

previousActive
boolean

Is the revision previous active

status
string
read-only

Status of the revision

trafficPercent
integer

Percent of traffic to the revision

Last modified on July 14, 2026