List client actions
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.
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.
Response Body
application/json
application/json
curl -X GET "https://example.com/clients/{id}/actions"[ { "id": "string", "schemaVersion": "string", "source": "string", "availability": "string", "availabilityReason": "string", "args": {}, "result": {} }]{ "code": "string", "message": "string"}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.
List client resources GET
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.