Get policies for one capability
GET/v1/admin/clients/:slug/policies/:capabilityKey
Returns every active policy entry for (client, capability). Returns 404 when no open entry exists.
Request
Responses
- 200
- 400
- 401
- 404
- 500
- 503
Policies retrieved successfully
Schema validation failed (GEN000000) or unknown capability key (CRT000002)
Missing or invalid authentication token (GEN001002) or Role unauthorized (GEN001006)
No active policy for (client, capability) (CRT004001), or slug not found (CRT004004).
Internal server error (GEN100000)
Connector-routing datastore temporarily unavailable (CRT103002)