cURL
curl --request GET \ --url https://{FUSION HOST}/api/jobs/{resource}
{ "resource": { "type": "APPKIT_APP", "id": "<string>", "uri": "<string>", "canonicalName": "<string>" }, "enabled": true, "startedBy": "<string>", "status": "<string>", "extra": {}, "lastStartTime": "2023-11-07T05:31:56Z", "lastEndTime": "2023-11-07T05:31:56Z", "nextStartTime": "2023-11-07T05:31:56Z" }
Get the status and configuration for the specified job.
The job ID.
successful operation
Show child attributes
Values include ready, running, success, aborted, or failed.
ready
running
success
aborted
failed
Was this page helpful?