list operational warnings
Uses the selected organization and the authenticated user’s current permissions. Applies the same setup and archive rules as the dashboard.
/api/v1/organizations/{organizationId}/warningsAuthorization
ManagementOAuth managementUser-based Clerk OAuth. CLI is a public Authorization Code client using S256 PKCE and browser loopback redirect. Hosted MCP uses resource-bound OAuth. Verify issuer, token type, intended audience/resource, scopes, live membership and current role. Do not forward arbitrary OAuth tokens into Convex session JWT auth. OAuth URLs below are placeholders for deployment configuration.
In: header
Scope: management
Path Parameters
Permanent organizationId; selected organization must be authorized for the current user.
Query Parameters
1 <= value <= 10025Response Body
application/json
application/json
application/json
application/json
application/json
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/api/v1/organizations/string/warnings"{ "items": [ { "id": "string", "promptId": "string", "keyId": "string", "label": "string", "code": "archived_in_use", "active": true, "revision": 0, "lastSeenAt": "2019-08-24T14:15:22Z", "acknowledgedBy": "string", "acknowledgedAt": "2019-08-24T14:15:22Z" } ], "nextCursor": "string"}cancel subscription renewal POST
Require explicit matching organization name and effective period-end date confirmation. Cancellation retains paid access for the remainder of the paid period.
acknowledge warning POST
Record user and acknowledgment point and clear current warning organization-wide. Later qualifying activity reopens it. Archived activity includes 200/304 while archived. Label failures are correlated by prompt, label and key; only success for that same context automatically clears them. No time-based mute.