---
title: "List all processes"
method: GET
path: "/projects/{project_id}/processes"
tags: ["Queued Processes"]
---

# List all processes

`GET /projects/{project_id}/processes`

Retrieves a list of [Queued process](#object-queued-processes) objects.

Requires <code>read_background_processes</code> OAuth access scope.

## Path parameters

- `project_id` string, required

## Query parameters

- `limit` integer
- `page` integer

## Response `200`

OK

- object
  - `project_id` string
  - `processes` QueuedProcesses[]
    - `process_id` string — A unique process identifier.
    - `type` string — The type of the process. Can be <code>file-import</code>, <code>sketch-import</code> or <code>bulk-apply-tm</code>.
    - `status` string — Current status of the process. Can be <code>queued</code>, <code>pre_processing</code>, <code>running</code>, <code>post_processing</code>, <code>cancelled</code>, <code>finished</code> or <code>failed</code>.
    - `message` string — Can contain a message related to the current process status (such as an error message).
    - `created_by` number — ID of a user who initiated the process.
    - `created_by_email` string — email of a user who initiated the process.
    - `created_at` string — Date of when the process was created in the queue.
    - `created_at_timestamp` number — Unix timestamp of when the process was created in the queue.

---

[API](https://skmtc.net/lokalise/apis/default-projects.md) · [All operations](https://skmtc.net/lokalise/apis/default-projects/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lokalise/default-projects/revisions/7bceba421b12/schema)
