> For the complete documentation index, see [llms.txt](https://docs.guardianservice.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.guardianservice.app/technical-information/project-comparison/project-comparison-apis/search-projects-by-filters.md).

# Search Projects by filters

## Search projects by filters

<mark style="color:green;">`POST`</mark> `/projects/search`

Search projects by filters

#### Request Body

| Name                                | Type   | Description                            |
| ----------------------------------- | ------ | -------------------------------------- |
| q<mark style="color:red;">\*</mark> | String | The question of choosing a methodology |

{% tabs %}
{% tab title="200: OK Successful Operation" %}

```
[
  {
    "id": "string",
    "policyId": "string",
    "policyName": "string",
    "registered": "string",
    "title": "string",
    "companyName": "string",
    "sectoralScope": "string"
  }
]
```

{% endtab %}

{% tab title="500: Internal Server Error Internal Server Error" %}

```
{
  "code": 0,
  "message": "string"
}
```

{% endtab %}
{% endtabs %}
