Runtime Status
Status of your graph: the latest snapshot in storage, whether a runtime has it loaded, and whether the loaded snapshot is current. Returns snapshot info even when no runtime is provisioned.
Authorizations
Pass your pk_live_... API key as a Bearer token.
Response
Successful Response
Whether a runtime slot is currently provisioned for this user. When
false, the first query will pay cold-start; call provision first to
avoid that.
True iff loaded_snapshot == latest_snapshot (and both are present).
Latest evidence timestamp baked into the loaded snapshot. Only present
when loaded is true.
ISO-8601 last-modified timestamp of the latest snapshot file.
Filename of the most recent snapshot in storage. None when no build
has succeeded yet for this user.
Snapshot name the loaded runtime is serving. May lag behind
latest_snapshot if a newer build finished after the runtime was
provisioned.