Self-Service Action Runs
Get Flow Runs
GET/api/v1/flow-runs
Query parameters
Response
Successful Response
Body
items*Items
totalTotal
Total items
current_pageCurrent Page
Cursor to refetch the current page
current_page_backwardsCurrent Page Backwards
Cursor to refetch the current page starting from the last item
previous_pagePrevious Page
Cursor for the previous page
next_pageNext Page
Cursor for the next page
Request
Response
Create Flow Run
POST/api/v1/flow-runs
Body
idId
Pattern:
^([a-z0-9_.-]+)$
flowId*Flowid
Pattern:
^([a-z0-9_.-]+)$
flowTypeFlowtype
selfServiceAction
argsArgs
tagsTags
Response
Successful Response
Body
idId
Pattern:
^([a-z0-9_.-]+)$
flowId*Flowid
Pattern:
^([a-z0-9_.-]+)$
flowType*FlowType
An enumeration.
automationselfServiceActionscorecardreference
argsArgs
phasenullable all of
startTimeStarttime
endTimeEndtime
actionsActions
outputsOutputs
logsLogs
tagsTags
createdAt*Createdat
createdByCreatedby
updatedAt*Updatedat
updatedByUpdatedby
reviewedByReviewedby
reviewedAtReviewedat
Request
Response
Get Flow Run
GET/api/v1/flow-runs/{id_}
Path parameters
id_*Id
Response
Successful Response
Body
idId
Pattern:
^([a-z0-9_.-]+)$
flowId*Flowid
Pattern:
^([a-z0-9_.-]+)$
flowType*FlowType
An enumeration.
automationselfServiceActionscorecardreference
argsArgs
phasenullable all of
startTimeStarttime
endTimeEndtime
actionsActions
outputsOutputs
logsLogs
tagsTags
createdAt*Createdat
createdByCreatedby
updatedAt*Updatedat
updatedByUpdatedby
reviewedByReviewedby
reviewedAtReviewedat
Request
Response
Upsert Flow Run
PUT/api/v1/flow-runs/{id_}
Path parameters
id_*Id
Pattern:
^([a-z0-9_.-]+)$
Body
idId
Pattern:
^([a-z0-9_.-]+)$
flowId*Flowid
Pattern:
^([a-z0-9_.-]+)$
flowType*FlowType
An enumeration.
automationselfServiceActionscorecardreference
argsArgs
phasenullable all of
startTimeStarttime
endTimeEndtime
actionsActions
outputsOutputs
logsLogs
tagsTags
Response
Successful Response
Body
idId
Pattern:
^([a-z0-9_.-]+)$
flowId*Flowid
Pattern:
^([a-z0-9_.-]+)$
flowType*FlowType
An enumeration.
automationselfServiceActionscorecardreference
argsArgs
phasenullable all of
startTimeStarttime
endTimeEndtime
actionsActions
outputsOutputs
logsLogs
tagsTags
createdAt*Createdat
createdByCreatedby
updatedAt*Updatedat
updatedByUpdatedby
reviewedByReviewedby
reviewedAtReviewedat
Request
Response
Delete Flow Run
DELETE/api/v1/flow-runs/{id_}
Path parameters
id_*Id
Pattern:
^([a-z0-9_.-]+)$
Response
Successful Response
Request
Response
Last updated