GET
/
status
curl --request GET \
  --url https://aiapi.scope3.com/status \
  --header 'Authorization: Bearer <token>'
{
  "ready": true,
  "reason": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200
application/json
Server is behaving normally
ready
boolean
required
reason
string