Last updated 1 day ago
This API will be used to get the result of any execution by using their executionId
executionId
Pass orgUserId and workspaceId as ‘{"orgUserId":"123","workspaceId":"123"}’
GET /api/v1/public/results/{executionId} HTTP/1.1 Host: Authorization: Bearer JWT X-TexAu-Context: text Accept: */*
Result fetched successfully
{ "success": true, "message": "Result fetched successfully", "data": {} }