> 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/search/examples/find-rights-on-catalog-item.md).

# Find rights on catalog item

{% code title="POST - <https://ris.rightsline.com/v4/right/search>" %}

```json
{
  "query": {},
  "start": 0,
  "rows": 100,
  "parentQuery": {
      "1":{
          "$eq":["recordid", 9999]
      }
  }
}
```

{% endcode %}
