Skip to main content
GET
Poll Draft Status
Poll this endpoint to check the progress of an ROA drafting job.

Status values

Polling strategy

Poll every 5 seconds. Typical drafting jobs complete in 30-120 seconds.

Download URL

The download_url is a signed URL that includes a JWT token. It expires after 1 hour. If it expires, re-poll this endpoint to get a fresh URL.
Polling this endpoint is free and not billed.

Authorizations

X-API-Key
string
header
required

API key for paid endpoints. Create in your account Settings at https://abigail.app

Headers

X-API-Key
string
required

Path Parameters

job_id
string
required

Response

200 - application/json

Job status

job_id
string
status
enum<string>
Available options:
queued,
in_progress,
complete,
failed
progress
integer
Required range: 0 <= x <= 100
current_step
string | null
download_url
string | null

Signed download URL. Only present when status is complete. Valid for 1 hour.