Skip to main content
GET
Poll an extraction and read its rows

Authorizations

x-api-key
string
header
required

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

Path Parameters

extraction_id
string<uuid>
required

The id returned by POST /extractions.

Response

The extraction's current state.

extraction_id
string<uuid>
required
status
enum<string>
required
Available options:
processing,
completed,
failed,
expired
file_name
string
templates
string[]
created_at
string<date-time>
completed_at
string<date-time> | null
expires_at
string<date-time>
table_count
integer

Present when status is completed.

row_count
integer

Total rows across all tables. Present when completed.

tables
object[]

Present when status is completed.

error
string

Present when status is failed or expired.