List pending approvals across the organization
Long-polls for manual-approval requests awaiting a decision across every project in the organization. Returns immediately when any are pending, otherwise holds the connection open (up to timeoutSeconds) until one arrives or the poll times out.
Each request carries its own projectId; submit the decision to the existing POST /approvals/{id}/decision route with that project’s X-Project-Id. Authenticate with an organization API key (oc_org_...) — the poll itself sends no X-Project-Id. Requires the admin or owner role. Available on OneCLI Cloud and self-hosted Enterprise.
Authorizations
API key obtained from the dashboard or GET /user/api-key
Query Parameters
Comma-separated approval IDs to skip (already being handled) so the poll can hold open for genuinely new requests.