Returns details to a workflow job
GET /api/workflows/{workflowIdentity}/jobs/{jobIdentity}
Parameters
| Type |
Name |
Description |
Schema |
| Path |
jobIdentity required |
jobIdentity |
string |
| Path |
workflowIdentity required |
workflowIdentity |
string |
Responses
| HTTP Code |
Description |
Schema |
| 200 |
OK |
WorkflowJob |
| 400 |
Bad Request |
No Content |
| 401 |
Unauthorized |
No Content |
| 403 |
Forbidden |
No Content |
| 404 |
Resource Not Found |
No Content |
| 415 |
Unsupported Media Type |
No Content |
Produces
application/json;charset=UTF-8
Security
| Type |
Name |
| apiKey |
Shared Secret |
| apiKey |
JWT Bearer |