MINARA

Web OAuth flow status

GET /v1/auth/oauth/flows/:flowId — Query the in-process orchestrator for the status of an in-flight web-OAuth flow. Returns `pending` / `success` / `failed

GET /v1/auth/oauth/flows/:flowId

Query the in-process orchestrator for the status of an in-flight web-OAuth flow. Returns pending / success / failed / unknown. Web UI uses this to surface precise failure reasons (token exchange errors, OAuth provider denials) before the 5-minute poll timeout.

MethodGET
Path/v1/auth/oauth/flows/:flowId
AuthAuthorization: Bearer <token> required when GATEWAY_AUTH_TOKEN is set
Categoryauth

On this page