---
title: "Retrieve a process"
method: GET
path: "/projects/{project_id}:{branch}/processes/{process_id}"
tags: ["Queued Processes"]
---

# Retrieve a process

`GET /projects/{project_id}:{branch}/processes/{process_id}`

Retrieves a [Queued process](#object-queued-processes) object with an additional <code>details</code> field containing information for a specific process type.

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

## Path parameters

- `project_id` string, required
- `branch` string, required
- `process_id` string, required

## Response `200`

OK

- object
  - `project_id` string
  - `process` 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)
