List resources using a policy
Returns the names of every resource (agent, function, model, sandbox, job) currently referencing the given policy. Replaces the client-side fan-out the policies UI used to do over the listings.
Authorizations
OAuth2 authentication with JWT tokens
Path Parameters
Unique name identifier of the policy
Response
successful operation
Resources currently referencing a policy. Returned by GET /policies/{name}/usages so the policies UI can render attachments without fetching the agents/models/functions listings full.
Names of agents whose spec.policies contains this policy.
Names of functions whose spec.policies contains this policy.
Names of jobs whose spec.policies contains this policy.
Names of models whose spec.policies contains this policy.
Names of sandboxes whose spec.policies contains this policy.
