> 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-catalog-items-on-a-deal.md).

# Find catalog items on a deal

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

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

{% endcode %}
