---
title: "List Origin Forward Processes"
method: GET
path: "/i1/processes/{origin}"
tags: ["Processes"]
---

# List Origin Forward Processes

`GET /i1/processes/{origin}`

## Path parameters

- `origin` unknown, required

## Query parameters

- `connection` unknown
- `ids` unknown

## Response `200`

Successful Operation

- ProcessSummaryList
  - `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` ProcessSummary[] — Array of items.
    - `id` integer — Unique identifier of the forward process.
    - `name` string — Name of the forward process.
    - `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>
    - `type` string — Process type, FILTER for blacklist processes, FORWARD for redirection processes and SUBSCRIPTION for user subscription/unsubscription processes.
    - `owner` string — Owner or creator of the forward process.
    - `response` string — <i>Optional.</i> Type the message reply once the end user sends the MO message.
    - `keywords` string[], required — Word that people text to an SMS short or long code using their mobile phone.
    - `operation` 'ADD' | 'REMOVE' — Defines if the operation type is <code>ADD</code> or <code>REMOVE</code>.
    - `list` integer — Identifier of the list where the users subscribed/unsubscribe

## Other responses

- `401` — User not allowed
- `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)
