Run

Retrieve the statuses of your automation runs.

Get the status of an automation run

get

Gets the status and any outputs of an automation run.

Authorizations
Path parameters
worker_idstringRequired

The worker_id is retrieved by making a request to /v1/invoke/{share_id}.

Responses
200
Successful operation
application/json
get
GET /v1/run/{worker_id} HTTP/1.1
Host: rest-api.app.kognitos.com
x-api-key: YOUR_API_KEY
Accept: */*
{
  "state": "done",
  "answer": "{json having key and value of each output}"
}

Last updated

Was this helpful?