curl --request GET \
--url https://us.api.flexprice.io/v1/tasks/result \
--header 'x-api-key: <api-key>'{
"message": "<string>",
"run_id": "<string>",
"workflow_id": "<string>"
}Use when fetching the outcome of a completed task (e.g. export URL or error message). Call after task status is complete.
curl --request GET \
--url https://us.api.flexprice.io/v1/tasks/result \
--header 'x-api-key: <api-key>'{
"message": "<string>",
"run_id": "<string>",
"workflow_id": "<string>"
}