Skip to main content
GET
Get a Persona import job with per-token results

Authorizations

x-api-key
string
header
required

Path Parameters

job_id
string
required

Query Parameters

results_limit
integer
default:100
Required range: 1 <= x <= 500
results_after_index
integer

Row-index cursor; returns rows with a greater index

Response

Job status and results

job_id
string
status
string

running, paused, cancelled, or completed

total
integer
counts
object

Row counts keyed by row state

started_at
integer<int64>
finished_at
integer<int64>
results
object[]
has_more_results
boolean