Results
Get the result of an execution
get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
executionIdstringRequiredExample:
The executionId
5e9f8f8f8f8f8f8f8f8f8f8Header parameters
X-TexAu-ContextstringRequired
Pass orgUserId and workspaceId as ‘{"orgUserId":"123","workspaceId":"123"}’
Responses
200
Result fetched successfully
application/json
401
Unauthorized access
403
Your plan does not have API access
422
Requested workspace does not belongs to you
500
Error in retrieving results
get
/api/v1/public/results/{executionId}Last updated