Skip to content

List the sync operations for an environment

GET
/api/v3/organizations/{organisation}/applications/{application}/environments/{environment}/sync/{type}

Authorizations

Parameters

Path Parameters

organisation
required
string

The organisation ID

application
required
string

The application ID

environment
required
string

The environment ID

type
required
string
Allowed values: database filesystem

The sync type

Responses

200

The sync operations

Array<object>
object
syncId
string
syncType
string
sourceEnvironment
string
targetEnvironment
string
status
string
createdAt
string
completedAt
string