> For the complete documentation index, see [llms.txt](https://api-docs.rightsline.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://api-docs.rightsline.com/entities/right/retrieve-right-processes.md).

# Retrieve right workflow processes

## Get right workflow processes

<mark style="color:blue;">`GET`</mark> `https://ris.rightsline.com/v4/right-processes`

This endpoint allows you to retrieve workflow processes for rights.

#### Headers

| Name                                             | Type   | Description             |
| ------------------------------------------------ | ------ | ----------------------- |
| x-api-key<mark style="color:red;">\*</mark>      | string | Your company's API key. |
| Authentication<mark style="color:red;">\*</mark> | string | Authentication token.   |

{% tabs %}
{% tab title="200 Right processes retrieved successfully." %}

```javascript
{
    "processes": [
        {
            "processId": 17,
            "processName": "Rights Workflow",
            "sequenceNumber": 1,
            "description": "Rights Workflow Description"
        }
    ]
}
```

{% endtab %}
{% endtabs %}
