# Retrieve Process List Endpoint: GET /organisations/{orgId}/processes Version: v2_28 Security: ApiKeyAuth ## Path parameters: - `orgId` (string, required) The organisation identity ## Query parameters: - `firstInputDate` (string) - `lastOutputDate` (string) - `recordState` (string) Enum: "ACTIVE", "ARCHIVED" - `processId` (string) - `size` (integer) The number of elements to return in each page. Minimum value must be 1, defaults to 20. - `page` (integer) The pageNo to return. (Zero-based) ## Response 200 fields (application/json): - `content` (array, required) - `content.processId` (string, required) The process id. - `content.type` (string, required) The URI of the type of process. - `content.location` (string, required) The URI of the location that this process was carried out at. - `content.state` (string, required) Contains the process state. It governs what you can or cannot do with the process. Enum: "INPUT_OUTPUT", "OUTPUT_ONLY", "CLOSED" - `content.firstInputDate` (string, required) The first date for input. - `content.lastOutputDate` (string, required) The last date for output. - `content.id` (string) System assigned or user defined id field. - `content.createdBy` (string) User who created the record. - `content.createdTime` (string) Date & Time that the record was created. - `content.updatedBy` (string) Last updated by user. - `content.updatedTime` (string) Date & Time that the record was last updated. - `page` (object, required) - `page.size` (integer, required) - `page.totalElements` (integer, required) - `page.totalPages` (integer, required) ## Response 401 fields ## Response 403 fields ## Response 429 fields ## Response 500 fields