---
title: "This endpoint provides a paginated list of Processes"
method: GET
path: "/processes"
tags: ["Activity"]
---

# This endpoint provides a paginated list of Processes

`GET /processes`

Retrieves the collection of Process resources.

## Query parameters

- `page` integer
- `limit` integer
- `pagination` boolean
- `order[dateCreated]` 'asc' | 'desc'
- `order[startDate]` 'asc' | 'desc'
- `order[endDate]` 'asc' | 'desc'
- `status` string
- `status[]` string[]
- `type` string
- `type[]` string[]
- `model` string
- `source` string
- `source[]` string[]
- `dateCreated[before]` string
- `dateCreated[strictly_before]` string
- `dateCreated[after]` string
- `dateCreated[strictly_after]` string
- `partial` boolean

## Response `200`

Process collection

- ProcessProcessOutput[]
  - `id` string
  - `type` string
  - `status` string
  - `documentType` string
  - `source` 'pim' | 'portal' | 'scheduler' — Export source
  - `metadata` object
  - `steps` ProcessStep[]
    - `id` string, uuid
    - `name` string
    - `position` integer
    - `status` 'canceled' | 'failed' | 'finished' | 'pending' | 'running'
    - `metadata` object
    - `dateStarted` string, date-time
    - `dateEnded` string, date-time
  - `files` FileRead[]
    - `name` string, required
    - `location` object
    - `metadatas` object
    - `id` string, uuid
    - `type` string, required
    - `status` string, required
    - `dateModified` string, date-time — This is an ISO datetime
    - `dateCreated` string, date-time — This is an ISO datetime
  - `dateCreated` string, date-time, nullable
  - `startDate` string, date-time, nullable
  - `endDate` string, date-time, nullable

---

[API](https://skmtc.dev/quable/apis/quable-pim-api-documentation-v5.md) · [All operations](https://skmtc.dev/quable/apis/quable-pim-api-documentation-v5/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/quable/quable-pim-api-documentation-v5/revisions/1641096abb34/schema)
