# Returns list of tools

## Return a list of all tools.

<mark style="color:blue;">`GET`</mark> `/tools`

Returns all tools. Only users with the Standard Registry role are allowed to make the request.

#### Query Parameters

| Name      | Type   | Description                                                           |
| --------- | ------ | --------------------------------------------------------------------- |
| pageSize  | number | The numbers of items to return                                        |
| pageIndex | number | The number of pages to skip before starting to collect the result set |

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

```
content:
            application/json:
              schema:
                $ref: '#/components/schemas/ToolDTO'
```

{% endtab %}

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

```
content:
            application/json:
              schema:
                $ref: '#/components/schemas/InternalServerErrorDTO'
```

{% endtab %}
{% endtabs %}
