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

# Lists recent captured leads (operator view). Leads come from the public

> marketing funnel and carry no tenant attribution, so this is a platform surface: only the global admin token may read them — a tenant or partner key must not…

marketing funnel and carry no tenant attribution, so this is a platform
surface: only the global admin token may read them — a tenant or partner
key must not see other prospects' contact details.

### Query parameters

<ParamField query="limit" type="integer">
  Max leads to return (default 100)
</ParamField>

### Response

No response body. Recent leads, newest first.

### Status codes

| Code  | Meaning                    |
| ----- | -------------------------- |
| `200` | Recent leads, newest first |
| `403` | Not the platform admin     |

<RequestExample>
  ```bash cURL theme={null}
  curl --request GET \
    --url 'https://edi.stateset.com/v1/leads' \
    --header 'Authorization: Bearer YOUR_API_KEY'
  ```
</RequestExample>
