Contents:
Get current status of the specified jobGroup. For more information on jobGroups, see API JobGroups Get v4.
Version: v4
Required Permissions
NOTE: Each request to the Designer Cloud Powered by Trifacta® platform must include authentication credentials. See https://api.trifacta.com/ee/6.4/index.html#section/Authentication.
Request
Request Type: GET
Endpoint:
/v4/jobGroups/<id>/status
where:
Parameter | Description |
---|---|
<id> | Internal identifier for the job group |
Request URI - Example:
/v4/jobGroups/2/status
Request URI - Example for status across all jobs:
If you need to check the status of all jobs, you can use the following endpoint, querying for status values of Failed
:
/v4/jobGroups/?status=Failed
Request Body:
Empty.
Response Body:
Returned response is the jobGroup definition for all accessible jobGroups where status=Failed
. See API JobGroups Get v4.
Response
Response Status Code - Success: 200 - OK
Response Body Example:
"Complete"
Reference
For more information on the available status messages, see API JobGroups Get v4.
This page has no comments.