GET
/
jobs
/
{resource}
/
schedule
Get a job schedule
curl --request GET \
  --url https://{FUSION HOST}/api/jobs/{resource}/schedule
{
  "resource": {
    "type": "APPKIT_APP",
    "id": "<string>",
    "uri": "<string>",
    "canonicalName": "<string>"
  },
  "enabled": true,
  "triggers": [
    {
      "enabled": true,
      "type": "<string>"
    }
  ],
  "default": true
}

Path Parameters

resource
string
required

The job ID.

Response

200 - */*

successful operation

The response is of type object.