---
title: "Return all the processes for your account"
method: GET
path: "/processes"
tags: ["Process"]
---

# Return all the processes for your account

`GET /processes`

## Query parameters

- `limit` integer
- `offset` integer
- `sort` 'asc' | 'desc'

## Response `200`

processes informations

- GetProcesses
  - `processes` GetProcess[] — List of processes available on your account
    - `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
  - `count` integer — Number of processes available on your account

## Other responses

- `400` — bad request

---

[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)
