Skip to main content
GET
List Project Schedules

Authorizations

Authorization
string
header
required

Use a JWT bearer token or a Veryfront API key in the Authorization header.

Path Parameters

project_reference
string
required
Minimum string length: 1

Query Parameters

runtime_target_kind
enum<string> | null

Provide the runtime target kind.

Available options:
main_branch,
environment,
preview_branch
target_environment_id
string<uuid> | null

Provide the target environment id.

target_branch_id
string<uuid> | null

Provide the target branch id.

status
enum<string>
Available options:
active,
paused,
deleting
limit
integer
default:100
Required range: 1 <= x <= 200
source_target_kind
enum<string>

Provide the source target kind.

Available options:
project,
main_branch,
environment,
preview_branch
sort_by
enum<string>
default:created_at
Available options:
created_at,
name
sort_order
enum<string>
default:desc
Available options:
asc,
desc

Response

Project schedules

schedules
object[]
required
source_schedules
object[]