GET
/
runs
/
{id}
curl --request GET \
  --url https://vern.so/api/v1/runs/{id} \
  --header 'x-api-key: <api-key>'
{
  "id": "<string>",
  "task": "<string>",
  "inputs": {},
  "status": "queued",
  "created_at": "2023-11-07T05:31:56Z",
  "started_at": "2023-11-07T05:31:56Z",
  "completed_at": "2023-11-07T05:31:56Z",
  "response": {}
}

Authorizations

x-api-key
string
header
required

Path Parameters

id
string
required

The ID of the run to retrieve

Response

200
application/json
Run details retrieved successfully

The response is of type object.