> 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/recipient-group/retrieve-recipient-group-statuses.md).

# Retrieve Recipient Group Statuses

`GET` `https://ris.rightsline.com/v4/recipient-group-statuses/:templateId`

**Path Parameters**

| Name         | Type    | Description                      |
| ------------ | ------- | -------------------------------- |
| templateId\* | integer | The recipient group template ID. |

**Headers**

| Name           | Type   | Description             |
| -------------- | ------ | ----------------------- |
| x-api-key      | string | Your company's API key. |
| Authentication | string | Authentication token.   |

**Response**

```
{
  "statuses": [
    {
      "statusId": 1,
      "statusName": "Created"
    }
  ]
}
```
