Get all cron jobs for an environment
GET /api/v3/organizations/{organisation}/applications/{application}/environments/{environment}/cron
GET
/api/v3/organizations/{organisation}/applications/{application}/environments/{environment}/cron
Authorizations
Parameters
Path Parameters
organisation
required
string
The organisation ID
Example
test-org application
required
string
The application ID
Example
test-app environment
required
string
The environment ID
Example
test-envResponses
200
The cron jobs
object
name
string
description
string
scheduleExpression
string
command
Array<string>
targetContainerName
string
isEnabled
boolean
404
The environment not found