Scheduled Flows

List Scheduled Flows

get

Retrieves a paginated list of scheduled flow runs. Can be filtered by status and flow_version_id.

Authorizations
AuthorizationstringRequired

API key passed in the Authorization header. Format: <api-key>

Query parameters
filter[status]stringOptional

Filter results by status.

filter[flow_version_id]stringOptional

Filter results by flow_version_id.

includestringOptional

Comma-separated list of relationships to include. Available: flowVersion, payloadMetadata, flow, virtualEnvironmentVersion, virtualEnvironmentVersion.virtualEnvironment

sortstringOptional

Sort field. Prefix with - for descending. Available: status, created_at, updated_at, flow_version_id

pageinteger · min: 1Optional

Page number for pagination.

Default: 1
per_pageinteger · min: 1 · max: 100Optional

Number of results per page.

Responses
chevron-right
200

Successful response

application/json
get
/api/v1/scheduled-flows

Delete All

delete

Permanently deletes all scheduled flow runs for the company.

Authorizations
AuthorizationstringRequired

API key passed in the Authorization header. Format: <api-key>

Responses
chevron-right
200

Successful response

application/json
messagestringOptional
delete
/api/v1/scheduled-flows

Delete Scheduled Flow

delete

Permanently deletes all scheduled flow runs for a specific flow.

Authorizations
AuthorizationstringRequired

API key passed in the Authorization header. Format: <api-key>

Path parameters
flowstringRequired

The flow identifier.

Responses
chevron-right
200

Successful response

application/json
messagestringOptional
delete
/api/v1/scheduled-flows/{flow}/delete

Delete Scheduled Flow

delete

Permanently deletes a specific scheduled flow run.

Authorizations
AuthorizationstringRequired

API key passed in the Authorization header. Format: <api-key>

Path parameters
scheduled_flowstringRequired

The scheduled flow identifier.

Responses
chevron-right
200

Successful response

application/json
messagestringOptional
delete
/api/v1/scheduled-flows/{scheduled_flow}

Last updated

Was this helpful?