v1
latestOpenAPI 3.1.12026-08-063445179.6 KBrevisions
List revisions for app
List revisions for an app. Optionally filter by status.
get/v2/apps/{app}/revisions
Path parameters
appstring required
The app ID or slug. App slugs must be 3–32 characters long, may contain only lowercase letters, numbers, and hyphens, cannot contain underscores, must not start or end with a hyphen, must not have consecutive hyphens in positions 3 and 4, and cannot be a reserved slug. App IDs are UUIDs.
Query parameters
cursorstring
The pagination cursor
limitinteger
The maximum number of items to return
status'skipped' | 'queued' | 'building' | 'succeeded' | 'failed'
Filter revisions by status
Filter by revision status
Response
OK
Example response
[
{
"labels": {
"custom.customer_id": "cust_123",
"custom.environment": "production",
"custom.regions": [
"us-east",
"eu-west"
]
}
}
]