Get a scheduled task by ID
curl --request GET \
--url https://api.cloud.flexprice.io/v1/tasks/scheduled/{id} \
--header 'x-api-key: <api-key>'{
"connection_id": "<string>",
"created_at": "<string>",
"enabled": true,
"entity_type": "events",
"environment_id": "<string>",
"id": "<string>",
"interval": "custom",
"job_config": {
"bucket": "<string>",
"compression": "none",
"encryption": "AES256",
"endpoint_url": "<string>",
"key_prefix": "<string>",
"region": "<string>",
"use_path_style": true
},
"status": "<string>",
"tenant_id": "<string>",
"updated_at": "<string>"
}Enter your API key in the format x-api-key <api-key>*
Scheduled Task ID
OK
events, invoice, credit_topups custom, hourly, daily Show child attributes
S3 bucket name
none, gzip AES256, aws:kms, aws:kms:dsse Custom S3 endpoint URL (e.g., "http://minio:9000" for MinIO)
Optional prefix for S3 keys (e.g., "flexprice-exports/")
AWS region (e.g., "us-west-2")
Use path-style addressing instead of virtual-hosted-style (required for MinIO)
curl --request GET \
--url https://api.cloud.flexprice.io/v1/tasks/scheduled/{id} \
--header 'x-api-key: <api-key>'{
"connection_id": "<string>",
"created_at": "<string>",
"enabled": true,
"entity_type": "events",
"environment_id": "<string>",
"id": "<string>",
"interval": "custom",
"job_config": {
"bucket": "<string>",
"compression": "none",
"encryption": "AES256",
"endpoint_url": "<string>",
"key_prefix": "<string>",
"region": "<string>",
"use_path_style": true
},
"status": "<string>",
"tenant_id": "<string>",
"updated_at": "<string>"
}