SnozeDevelopers
API referenceAi

List the operations this workspace always approves

Returns the operation names someone has marked "always allow" from an approval card, which is what stops the agent asking before it runs them. Requires a workspace member with the `ai:read` permission.

GET
/v1/workspaces/{workspaceId}/ai/approval-policies
AuthorizationBearer <token>

Workspace API key created in Workspace settings → API keys. Scopes on the key bound what it can read and write.

In: header

Path Parameters

workspaceId*string

Response Body

application/json

application/json

application/json

curl -X GET "https://example.com/v1/workspaces/string/ai/approval-policies"
{  "data": [    "string"  ]}