Api referenceRoutesClients

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.

GET
/clients/{id}/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.

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"}