Authorizations
Enter your API key in the format x-api-key <api-key>*
Query Parameters
Workflow ID
Get the result of a task processing workflow
curl --request GET \
  --url https://api.cloud.flexprice.io/v1/tasks/result \
  --header 'x-api-key: <api-key>'{
  "message": "<string>",
  "run_id": "<string>",
  "workflow_id": "<string>"
}Enter your API key in the format x-api-key <api-key>*
Workflow ID
curl --request GET \
  --url https://api.cloud.flexprice.io/v1/tasks/result \
  --header 'x-api-key: <api-key>'{
  "message": "<string>",
  "run_id": "<string>",
  "workflow_id": "<string>"
}