GET
/
tasks
/
result
Get task processing result
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>"
}

Authorizations

x-api-key
string
header
required

Enter your API key in the format x-api-key <api-key>*

Query Parameters

workflow_id
string
required

Workflow ID

Response

OK

message
string
run_id
string
workflow_id
string