Retrieve the statuses of your automation runs.
Last updated 1 month ago
Was this helpful?
Gets the status and any outputs of an automation run.
The worker_id is retrieved by making a request to /v1/invoke/{share_id}.
{"state":"done","answer":"{json having key and value of each output}"}
GET /v1/run/{worker_id} HTTP/1.1 Host: rest-api.app.kognitos.com x-api-key: YOUR_API_KEY Accept: */*
Successful operation
{ "state": "done", "answer": "{json having key and value of each output}" }