Last updated 1 year ago
This API will be used to get the result of any execution by using their executionId
executionId
/api/v1/public/results/{executionId}
Pass orgUserId and workspaceId as ‘{"orgUserId":"123","workspaceId":"123"}’
curl -L \ --url '/api/v1/public/results/{executionId}' \ --header 'Authorization: Bearer JWT' \ --header 'X-TexAu-Context: text'
{ "success": true, "message": "text", "data": {} }