Download client artifact
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.
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.
Response Body
application/json
application/json
curl -X GET "https://example.com/clients/{id}/artifacts/{artifact-id}"{ "code": "string", "message": "string"}{ "code": "string", "message": "string"}Inspect a client process GET
Inspects one existing daemon-managed client process. Prefer this when a client id is already known; it does not launch a new client.
List client events GET
Lists recent lifecycle, runtime, capability, and invocation events for one client. Use this for bounded evidence about attach, connect, discovery, or action outcomes.