---
title: "Return the informations for a process"
method: GET
path: "/processes/{processId}"
tags: ["Process"]
---

# Return the informations for a process

`GET /processes/{processId}`

## Path parameters

- `processId` integer, required

## Response `200`

process informations

- GetProcess
  - `id` integer, required — Id of the process
  - `status` 'queued' | 'in_process' | 'completed', required — Status of the process
  - `name` string, required — Process name
  - `export_url` string — URL on which send export the of contacts once the process is completed

## Other responses

- `400` — bad request
- `404` — Process ID not found

---

[API](https://skmtc.net/getbrevo/apis/brevo-api.md) · [All operations](https://skmtc.net/getbrevo/apis/brevo-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/getbrevo/brevo-api/revisions/2aec3cf66501/schema)
