# Retrieve relative rights profiles

## Get relative rights profiles

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

This endpoint allows you to retrieve the relative rights profiles.

#### Headers

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

{% tabs %}
{% tab title="200 Relative rights profiles retrieved successfully." %}

```json
[
    {
        "id": 12,
        "title": "Relative Rights Profiles Record 12"
    },
    {
        "id": 14,
        "title": "Relative Rights Profiles Record 14"
    },
    {
        "id": 16,
        "title": "Relative Rights Profiles Record 16"
    },
    {
        "id": 4,
        "title": "Relative Rights Profiles Record 4"
    },
    {
        "id": 7,
        "title": "Relative Rights Profiles Record 7"
    },
    {
        "id": 8,
        "title": "Relative Rights Profiles Record 8"
    }
]
```

{% endtab %}
{% endtabs %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://api-docs.rightsline.com/entities/right/retrieve-relative-rights-profiles.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
