SandboxesSandbox lifecycle
List state transitions
List state transitions for a sandbox, newest first.
List state transitions for a sandbox, newest first.
Authorization
apiKey AuthorizationBearer <token>
API key starting with tektona_. Create one at app-dev.tektona.ai under API Keys.
In: header
Path Parameters
id*string
Sandbox ID (ULID)
Query Parameters
cursor?string
Opaque pagination cursor from a previous response
limit?integer
Maximum number of items to return (1–100)
Format
int32Range
1 <= value <= 100Default
20Response Body
application/json
application/problem+json
curl -X GET "https://example.com/v1/sandboxes/string/transitions"{ "items": [ { "created_at": "string", "from_state": "string", "id": "string", "reason": "string", "to_state": "string" } ], "pagination": { "has_more": true, "next_cursor": "string", "total_count": 0 }}{ "detail": "Property foo is required but is missing.", "errors": [ { "location": "string", "message": "string", "value": null } ], "instance": "https://example.com/error-log/abc123", "status": 400, "title": "Bad Request", "type": "https://example.com/errors/example"}