Executions_listExecutions

List service executions.

SecuritybearerAuth
Request
query Parameters
projects
string

The project id

service
string

The service name which the execution was running of

trigger
string

The trigger name that has create the execution

functionName
string

The function name

orderByType
string
Enum: "createdAt" "updatedAt"
orderByDirection
string
Enum: "asc" "desc"
createdAfter
string
createdBefore
string
status
string

The execution status

Enum: "created" "in-progress" "failed" "success" "canceled" "aborted" "rerun" "system-failure"
resourceType
string

The resourceType should be executions

Enum: "Dataset" "Item" "Annotation" "Execution" "Task" "Assignment" "Service" "Package" "Project" "Json" "String" "Number" "Integer" "Float" "Boolean" "Model" "Recipe" "Dataset[]" "Item[]" "Annotation[]" "Execution[]" "Task[]" "Assignment[]" "Service[]" "Package[]" "Project[]" "Json[]" "String[]" "Number[]" "Integer[]" "Float[]" "Boolean[]" "Model[]" "Recipe[]"
resourceId
string
pageOffset
number <double>
pageSize
number <double>
Responses
200

Ok

get/executions
Request samples
Response samples
application/json
{
  • "totalItemsCount": 0,
  • "items": [
    ],
  • "totalPagesCount": 0,
  • "hasNextPage": true
}