List client resources
Lists the current resource projection for one client, including discovered resource groups and handles when available. Use it to inspect live affordances before invoking advertised actions.
Lists the current resource projection for one client, including discovered resource groups and handles when available. Use it to inspect live affordances before invoking advertised actions.
Response Body
application/json
application/json
curl -X GET "https://example.com/clients/{id}/resources"[ { "id": "string", "actions": [ "string" ], "availability": "string", "availabilityReasons": [ "string" ], "actionDescriptors": [ { "id": "string", "schemaVersion": "string", "source": "string", "availability": "string", "availabilityReason": "string", "args": {}, "result": {} } ] }]{ "code": "string", "message": "string"}List client actions GET
Lists the current action projection for one client. This is convenient discovery evidence, while the generated live API remains the authority for schemas, generated routes, and invocation details.
List client processes GET
Lists daemon-managed client processes. Use this before creating another client in an existing daemon or workspace so agents can reuse or stop prior attempts instead of launching duplicates.