Skip to main content
GET
/
projects
/
{projectName}
/
packages
/
{packageName}
/
schedules
[
  {
    "resource": "<string>",
    "schedule": "<string>",
    "action": "<string>",
    "connection": "<string>",
    "lastRunTime": 123,
    "lastRunStatus": "<string>"
  }
]

Path Parameters

projectName
string
required

Name of the project

packageName
string
required

Name of the package

Query Parameters

versionId
string

Version identifier for the package

Response

A list of scheduled tasks

resource
string

Resource path in the package that the schedule is attached to

schedule
string

Schedule expression in cron format for executing the task

action
string

Action to execute when the schedule triggers

connection
string

Name of the connection to perform the action on

lastRunTime
number

Unix timestamp in milliseconds of the last execution

lastRunStatus
string

Status of the last execution