Authorizations
Enter your API key in the format x-api-key <api-key>*
Path Parameters
Scheduled Task ID
Trigger a force run export immediately for a scheduled task with optional custom time range
curl --request POST \
--url https://api.cloud.flexprice.io/v1/tasks/scheduled/{id}/run \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '{
"end_time": "<string>",
"start_time": "<string>"
}'{
"end_time": "<string>",
"message": "<string>",
"mode": "<string>",
"start_time": "<string>",
"workflow_id": "<string>"
}Enter your API key in the format x-api-key <api-key>*
Scheduled Task ID
curl --request POST \
--url https://api.cloud.flexprice.io/v1/tasks/scheduled/{id}/run \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '{
"end_time": "<string>",
"start_time": "<string>"
}'{
"end_time": "<string>",
"message": "<string>",
"mode": "<string>",
"start_time": "<string>",
"workflow_id": "<string>"
}