Last updated 16 days ago
UUID of the flow to retrieve
A list of offers
An object describing the error that occured.
const response = await fetch('/trace/{id}', { method: 'GET', headers: { "Authorization": "text", "x-mythical-environment-id": "123e4567-e89b-12d3-a456-426614174000" }, }); const data = await response.json();
{ "type": "text", "state": "text", "error": { "reason": "text", "errorMessage": "text", "errorDetails": "text" } }