Skip to main content
GET
/
projects
/
{projectName}
/
packages
/
{packageName}
/
schedules
Error
A valid request URL is required to generate request examples
[
  {
    "resource": "<string>",
    "schedule": "<string>",
    "action": "<string>",
    "connection": "<string>",
    "lastRunTime": 123,
    "lastRunStatus": "<string>"
  }
]

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

projectName
string
required

Name of the project Standard identifier pattern for resource names

packageName
string
required

Name of the package Standard identifier pattern for resource names

Query Parameters

versionId
string

Version identifier for the package Version identifier pattern supporting dots and dashes

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