curl --request GET \
--url 'https://api.computer.stateset.app/api/v1/approval-policies' \
--header "X-API-Key: $STATESET_COMPUTER_USE_API_KEY"
[
{
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"name": "Two-Person Tent",
"tool_patterns": [
"string"
],
"auto_approve_rules": {},
"is_active": true,
"created_at": "2026-08-31T14:22:05Z",
"updated_at": "2026-08-31T14:22:05Z"
}
]
List Approval Policies V1
List approval policies for the calling tenant. Newest-first. Returns policy id, name, tool_patterns, and active flag — sensitive (no secrets to redact)…
GET
/
api
/
v1
/
approval-policies
curl --request GET \
--url 'https://api.computer.stateset.app/api/v1/approval-policies' \
--header "X-API-Key: $STATESET_COMPUTER_USE_API_KEY"
[
{
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"name": "Two-Person Tent",
"tool_patterns": [
"string"
],
"auto_approve_rules": {},
"is_active": true,
"created_at": "2026-08-31T14:22:05Z",
"updated_at": "2026-08-31T14:22:05Z"
}
]
List approval policies for the calling tenant.
Newest-first. Returns policy id, name, tool_patterns, and active
flag — sensitive (no secrets to redact). Use
is_active=False
rows to suspend a policy without deleting; the audit trail is
preserved either way.
Response
ApprovalPolicySummary[] — each element:
string
required
string
required
string[]
required
object
required
boolean
required
string
required
string
required
Status codes
| Code | Meaning |
|---|---|
200 | Successful Response |
curl --request GET \
--url 'https://api.computer.stateset.app/api/v1/approval-policies' \
--header "X-API-Key: $STATESET_COMPUTER_USE_API_KEY"
[
{
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"name": "Two-Person Tent",
"tool_patterns": [
"string"
],
"auto_approve_rules": {},
"is_active": true,
"created_at": "2026-08-31T14:22:05Z",
"updated_at": "2026-08-31T14:22:05Z"
}
]
Last modified on August 31, 2026