Executions
Get all executions
get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
startnumberOptionalExample:
The page No
0limitnumber · min: 1 · max: 50OptionalExample:
The Page Size
10workflowIdstringOptional
Header parameters
X-TexAu-ContextstringRequired
Pass orgUserId and workspaceId as ‘{"orgUserId":"123","workspaceId":"123"}’
Responses
200
All execution fetched successfully
application/json
successbooleanRequired
messagestringRequiredExample:
All execution fetched successfullytotalnumberRequired
401
Unauthorized access
403
Your plan does not have API access
422
Requested workspace does not belongs to you
500
Error in fetching all executions
get
/api/v1/public/executionsGet Execution By ID
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
Execution fetched successfully
application/json
successbooleanRequired
messagestringRequiredExample:
Execution fetched successfully401
Unauthorized access
403
Your plan does not have API access
404
Execution does not exist
422
Requested workspace does not belongs to you
500
Error in fetching execution
get
/api/v1/public/executions/{executionId}Last updated