> 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/search-by-template-and-status.md).

# Search by template and status

```javascript
{
    "query": {
        "$and": [
            {
                "$eq": [
                    "templateid",
                    "3"
                ]
            },
            {
                "$eq": [
                    "statusid",
                    "1"
                ]
            }
        ]
    },
    "start": 0,
    "rows": 100
}
```
