---
title: "List Forward Processes"
method: GET
path: "/v1/forwards"
tags: ["Forwards"]
---

# List Forward Processes

`GET /v1/forwards`

## Response `200`

Successful Operation

- ProcessListResponse
  - `meta` MetadataDTO
    - `timestamp` integer, required — Transaction's date in timestamp
    - `transactionId` string, required — Id for the current transaction (Endpoint's call)
    - `explain` string — Explain string in case of failure
  - `items` BaseProcess[] — Array of items.
    - `description` string, required — Description of the forward process.
    - `active` boolean — <i>Optional.</i> <code>true</code>: Active the forward process to receive the MO messages. <p><code>false</code>: Disable the forward process to avoid receiving MO messages.</p> <p>By default the forward process is activated.</p>
    - `response` string — <i>Optional.</i> Type the message reply once the end user sends the MO message.
    - `name` string, required — Name of the forward process.
    - `keywords` string[], required — Word that people text to an SMS short or long code using their mobile phone.
    - `externalId` string — <p><i>Optional.</i> Alphanumeric identifier that can be used for reporting purposes. For instance, you could set the name or ID of the action that originated this SMS message so you can then identify where this API call is coming from.</p> <p>This is an identifier you can use to identify your messages uniquely. Typical applications are to assign a different identifier per message or per group of messages.</p>

## Other responses

- `403` — Forbidden
- `500` — Internal Server Error

---

[API](https://skmtc.net/messangi/apis/raven.md) · [All operations](https://skmtc.net/messangi/apis/raven/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/messangi/raven/versions/c87f398fa338/schema)
