API Reference
Get workflow status
Retrieves the status of a specific workflow by its unique identifier.
GET
/
v0
/
orchestrators
/
em-web-automation
/
workflows
/
{workflowId}
/
status
Authorizations
apikey
string
headerrequiredPath Parameters
workflowId
string
requiredUnique identifier of the workflow.
Query Parameters
task_status
boolean | null
Return the task status of the workflow run. Defaults to false
.
page
integer
default: 1Page number for paginated results.
limit
integer
default: 10Number of items per page for paginated results.
Response
200 - application/json
data
object[]
requiredpagination
object
required