Workflow Run Get By Run Id
Retrieves the Workflow Run for the given run ID
runId
'Success' with found workflow run
{
"id": "string",
"name": "string",
"ownerId": "string",
"orgId": "string",
"createdOn": 0,
"modifiedOn": 0,
"configurationId": "string",
"runId": "string",
"workflowId": "string",
"runStatus": "string",
"errorMessage": "string",
"startedBy": "string",
"startedOn": 0,
"completedOn": 0,
"ebsEventId": "string",
"eventTraceEntryId": "string",
"ebsBlocking": false,
"workflowInputs": {
"workflowInputs": {}
},
"workflowOutputs": {
"workflowOutputs": {}
},
"logs": [
{
"severity": "string",
"shortDescription": "string",
"longDescription": "string",
"userName": "string",
"timestamp": "string",
"origin": "string",
"entry": {
"entry": "string"
}
}
],
"integrationId": "string",
"integrationName": "string",
"integrationSelfLink": "string"
}
id
name
ownerId
orgId
createdOn
modifiedOn
configurationId
runId
workflowId
runStatus
errorMessage
startedBy
startedOn
completedOn
ebsEventId
eventTraceEntryId
ebsBlocking
workflowInputs
workflowOutputs
logs
integrationId
integrationName
integrationSelfLink
Accepted
"CertificateInfoServiceErrorResponse Object"
message
messageId
stackTrace
statusCode
errorCode
details
serverErrorId
documentKind
certificateInfo
internalErrorCode
Bad Request
"ServiceErrorResponse Object"
message
messageId
stackTrace
statusCode
errorCode
Forbidden
"BriefServiceErrorResponse Object"
message
Workflow Run with this runId could not be found
"BriefServiceErrorResponse Object"
message
Conflict
"BriefServiceErrorResponse Object"
message
Expectation Failed
"BriefServiceErrorResponse Object"
message
curl -H 'Authorization: <value>' https://{api_host}/vro/runs/{runId}