Runs
Poll a run
Read a run’s state. Every response carries run_id, status, and created_at; the rest depends on status (message while running, questions when blocked, report on a completed execute, error on failure).
GET
Poll a run
Authorizations
Your Vern API key. Create one at Settings → API keys.
Path Parameters
The migration ID returned by Create a migration.
The run ID returned by Start a run.
Response
The run's current state.
A run's polled state. Fields beyond run_id/status/created_at depend on status.
Poll a run