Endpoint
Authentication
Pass your API key in theX-API-Key header.
Path parameters
The capsule ID to retrieve (e.g.,
cl-abc123).Response
Returns200 OK with the capsule object.
Unique capsule ID, prefixed with
cl-.Current lifecycle status. One of:
pending, starting, running, paused, stopped, error.Name of the template used to create the capsule.
Number of virtual CPUs allocated.
Memory allocated, in MiB.
Inactivity TTL in seconds.
0 means auto-pause is disabled.ISO 8601 timestamp of when the capsule was created.
ISO 8601 timestamp of the most recent status change.
ISO 8601 timestamp of when the capsule last reached
running status. null if the capsule has never booted.ISO 8601 timestamp of the last exec call or ping.
Example response
curl
Python SDK
Error responses
| Status | Description |
|---|---|
401 Unauthorized | Missing or invalid X-API-Key. |
404 Not Found | No capsule with the given ID exists in your team. |