Executions
List all Executions
Lists executions matching the optional filter
tid is the unique request id.
page_size specifies the maximum number of results to be returned.
{"value":25}page_token is used to request a specific page of the list results.
filter expression.
order_by is used to sort the fields by ascending or descending.
Time Range is used to filter the data by last month, last year and by default is all.
A successful response.
ListExecutionsResponse is the response to ListExecutionsRequest.
next_page_token represents the pagination token to retrieve the next page of results. If the value is "", it means no further results for the request.
page_count is the number of pages.
An unexpected error response.
Get Details of a Specific Execution
Gets execution details
execution_id is the id of execution.
tid is the unique request id.
summary gives the execution details without the output field.
A successful response.
GetExecutionResponse is the response to GetExecutionRequest.
An unexpected error response.
Last updated
Was this helpful?