> ## Documentation Index
> Fetch the complete documentation index at: https://docs.msgflash.com/llms.txt
> Use this file to discover all available pages before exploring further.

# GET List lookups

> List number lookups already created on your account.

## Endpoint

```txt theme={null}
GET /api/v1/number-lookups
```

## Query params

| Parameter | Type    | Required | Description           |
| --------- | ------- | -------: | --------------------- |
| `limit`   | integer |       no | Taille de page        |
| `cursor`  | UUID    |       no | Curseur de pagination |

## Success response `200`

```json theme={null}
{
  "data": {
    "lookups": [],
    "nextCursor": null,
    "hasMore": false
  }
}
```
