List Process Executions

get

/process/api/v1/process-executions

List process executions for the current user. You can use this API function only on structured processes.

Request

Query Parameters
Header Parameters

There's no request body for this operation.

Back to Top

Response

Supported Media Types

200 Response

Successful operation
Body ()
Root Schema : ProcessExecutions
Type: object
Match All
Show Source
Nested Schema : CommonModel
Type: object
Show Source
Nested Schema : ProcessExecutions-allOf[1]
Type: object
Show Source
Nested Schema : PaginationResponse
Type: object
Pagination details
Show Source
Nested Schema : items
Type: array
Show Source
Nested Schema : ProcessExecution
Match All
Show Source
Nested Schema : ProcessExecution-allOf[1]
Type: object
Show Source
Nested Schema : availableActions
Type: array
Show Source
Nested Schema : availablePermissions
Type: array
Show Source
Nested Schema : FaultData
Type: object
Show Source

401 Response

Unauthorized

404 Response

Returned if some of the query parameters are invalid, for example if a sortOrder parameter is supplied, but no sortBy

429 Response

Too many requests

500 Response

Internal server error

503 Response

Too many exceptions or too slow requests
Back to Top