Skip to main content
GET
Get AI provider sign-in status

Authorizations

Authorization
string
header
required

JWT authentication token

Query Parameters

state
string
required

Opaque state returned by the sign-in start operation.

Required string length: 16 - 2048

Response

Current sign-in status

status
enum<string>
required
Available options:
wait,
ok,
error
error
string

Safe user-facing failure message. Upstream provider details are never returned.

error_code
enum<string>

Stable machine-readable failure classification, present when status is error.

Available options:
authentication_failed,
provider_unavailable