Skip to content

Get export status

GET
/export/status

Returns the current export job status for the active account. Available to account owners and admins only.

Authorizations

BearerAuth

JWT token from login

Type
HTTP (bearer)
or
AccessToken

Personal access token. Value: Token <your-token>

Type
API Key (header: Authorization)

Responses

OK

application/json
JSON
{
  
"status": "string",
  
"error": "string",
  
"expires_at": "string",
  
"token": "string"
}

Playground

Authorization

Samples

Powered by VitePress OpenAPI