cURL
curl --request POST \
  --url https://api.simplex.sh/run_workflow_status \
  --header 'Content-Type: multipart/form-data' \
  --header 'X-API-Key: <api-key>' \
  --form session_id=3c90c3cc-0d44-4b50-8888-8dd25736052a
{
  "succeeded": true,
  "completed": true,
  "results": [
    {}
  ],
  "total_actions": 123,
  "session_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "completed_at": "2023-11-07T05:31:56Z"
}
Gets the status of a running workflow.

Authorizations

X-API-Key
string
header
required

Simplex API Key

Body

multipart/form-data

Response

Workflow status response

The response is of type object.