List policies for a client
GET/v1/admin/clients/:slug/policies
Returns every active policy entry for the client, grouped by
capability. Only capabilities with at least one open policy entry
are present in the response — capabilities with no active policy
are omitted entirely (use GET /capabilities for the full list of
capabilities the platform knows about).
Request
Responses
- 200
- 400
- 401
- 404
- 500
- 503
Policies retrieved successfully
Schema validation failed (GEN000000)
Missing or invalid authentication token (GEN001002) or Role unauthorized (GEN001006)
Slug does not resolve to a known client.
Internal server error (GEN100000)
Connector-routing datastore temporarily unavailable (CRT103002)