Team admin alerts
Team owners can list unresolved operational alerts for their team. These carry diagnostic payloads — they are JWT-only and cannot be read by amio_sk_ API key.
| Parameter | Default | Notes |
|---|---|---|
filter[status] | open | Only open is accepted in v1. Any other value returns 422. |
page[size] | 50 | 1–100. |
page[after] | — | Cursor from the previous page’s links.next. |
Platform admin alerts
Platform admins can list unresolved cross-tenant alerts (abuse signals, infrastructure events).platform_admin role required.
Query parameters:
| Parameter | Default | Notes |
|---|---|---|
filter[status] | open | Only open is accepted in v1. |
filter[severity] | — | One of info, warning, or critical. Omit to return all severities. Any other value returns 422. |
page[size] | 50 | 1–100. |
page[after] | — | Pagination cursor. |
Role permissions
Platform admins can assign and remove permissions from roles without rebuilding the role.Assign a permission
201 with the updated role resource. Re-assigning a permission the role already holds is a no-op that still returns 201.
Remove a permission
204 No Content. Removing a permission the role does not hold is a no-op that still returns 204. Returns 404 if the role itself does not exist.