Skip to main content
POST

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.

run_id
string<uuid>
required

The run ID returned by Start a run.

Body

application/json
answers
required

Structured answers (one {id,value} per question) or a free-form string.

Response

The run resumed and is running again.

run_id
string<uuid>
status
string
Example:

"running"