v1
latestSwagger 2.02026-07-17461863.4 KBExecution
Fetch a list of execution
This method fetches a list of executions, returning it in a form of pagination.
{
"items": [
{Execution model},
...
},
"page": 1,
"per_page": 25,
"total": 102
}
User may use his own pagination settings using query filters.
get/execution/
Query parameters
pageinteger
Page to request
per_pageinteger
How many items per page should be listed
filterstring
MongoDB like filter.
This is JSON-encoded string, please find it's description at the main API description.
sort_bystring
MongoDB-like sorting settings.
This is JSON-encoded string, please find description at the main API description.
Response
Successful response