Last updated 3 months ago
/trace/{id}
UUID of the flow to retrieve
Bearer token to be passed for Authorization. Can be retrieved from v1/auth/token
Identifier for the environment that this request should interact with
A list of offers
curl -L \ --url '/trace/{id}' \ --header 'Authorization: text' \ --header 'x-mythical-environment-id: 123e4567-e89b-12d3-a456-426614174000'
{ "type": "text", "state": "text", "payload": {}, "error": { "reason": "text", "errorMessage": "text", "errorDetails": "text" } }