Documentation Index

Fetch the complete documentation index at: https://docs.mapp.com/llms.txt

Use this file to discover all available pages before exploring further.

List processes

Prev Next
Get
/process/getProcessList

Returns a paginated list of processes, optionally filtered by status. Results are ordered by start date descending. Use 'limit' and 'offset' to page through results.

Query parameters
status
string

Optional status filter: PROCESSING, PAUSED, FINISHED, or FAILED

limit
integer (int64)

Maximum number of processes to return. Default 500, max 500.

offset
integer (int64)

Number of processes to skip. Default 0.

Responses
200
Array of object
object
400