# Search

## Search Resources

<mark style="color:blue;">`GET`</mark> `https://{organisation}.clearlrs.com/api/search`

Advanced system-wide search across multiple resources. The results of this search will include both **Actors** (**Agents** and **Groups**) as well as **Activities**.

#### Query Parameters

| Name  | Type    | Description                                      |
| ----- | ------- | ------------------------------------------------ |
| limit | number  | Limits the number of results returned            |
| skip  | boolean | Skips over this number of items in query results |

#### Headers

| Name           | Type   | Description                                   |
| -------------- | ------ | --------------------------------------------- |
| Accept-Version | string | Set to `2.0.0` to use this version of the API |

#### Request Body

| Name     | Type   | Description                                 |
| -------- | ------ | ------------------------------------------- |
| criteria | object | A Search Criteria object as described below |

{% tabs %}
{% tab title="200 " %}

```
```

{% endtab %}
{% endtabs %}

#### Search Criteria

Please see the [**Criteria Documentation** ](https://dev.clearxp.com/clear-api-reference/data-model/criteria)
