Skip to main content
GET
Poll an export job

Authorizations

x-api-key
string
header
required

Your Vern API key. Create one at Settings → API keys.

Path Parameters

migration_id
string<uuid>
required

The migration ID returned by Create a migration.

job_id
string
required

Response

Job state. download_url is set once status is completed.

job_id
string
status
enum<string>
Available options:
pending,
running,
completed,
failed
format
enum<string>
Available options:
csv,
zip
rows_processed
integer | null
total_rows
integer | null
file_size
integer | null
error
string | null
expires_at
string
download_url
string | null

A time-limited link, present once the job is complete.