List client events
Lists recent lifecycle, runtime, capability, and invocation events for one client. Use this for bounded evidence about attach, connect, discovery, or action outcomes.
Lists recent lifecycle, runtime, capability, and invocation events for one client. Use this for bounded evidence about attach, connect, discovery, or action outcomes.
Response Body
application/json
application/json
curl -X GET "https://example.com/clients/{id}/events"[ { "type": "string", "client": "string", "message": "string", "time": "string" }]{ "code": "string", "message": "string"}Download client artifact GET
Downloads a daemon-owned artifact for one client, such as media produced by a generated action. Artifact ids are resolved under the client's Craftless runtime artifact directory and cannot traverse outside it.
Fetch client OpenAPI GET
Returns the generated live API for one client. This per-client OpenAPI document is the authority for that client's discovered actions, resources, routes, schemas, handles, availability, and runtime fingerprints.