API referenceComputeQuick launches
Get a quick launch's progress
Requires the runs:read permission.
In-memory launch intent. A 404 after an orchestrator restart is expected — re-POST the launch; the ensure chain resumes from the durable resources.
AuthorizationBearer <token>
An access token from this zone's POST /oauth/token, or a session token from POST /api/v1/auth/login. Send it as Authorization: Bearer <token>.
In: header
Path Parameters
id*string
Response Body
application/json
application/json
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/api/v1/quick-launches/string"{ "error": "string", "id": "string", "kind": "string", "remote_control_name": "string", "run_id": "string", "state": "string"}