Results

Get the result of an execution

This API will be used to get the result of any execution by using their executionId

get
Authorizations
Path parameters
executionIdstringRequired

The executionId

Example: 5e9f8f8f8f8f8f8f8f8f8f8
Header parameters
X-TexAu-ContextstringRequired

Pass orgUserId and workspaceId as ‘{"orgUserId":"123","workspaceId":"123"}’

Responses
200
Result fetched successfully
application/json
get
GET /api/v1/public/results/{executionId} HTTP/1.1
Host: 
Authorization: Bearer JWT
X-TexAu-Context: text
Accept: */*
{
  "success": true,
  "message": "Result fetched successfully",
  "data": {}
}

Last updated