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

# List Reports

Returns all public reports available for the project associated with the API key.

You need a **public API key** (`pk-...`) to authenticate. See [here](/embedded-pages/quickstart) for more information about API keys.

# Query parameters

<ParamField query="search" type="string">
  Optional search term to filter reports by name. Case-insensitive substring match.
</ParamField>

# Response

<ResponseField name="reports" type="object[]">
  The list of reports available for the project.

  <Expandable title="properties">
    <ResponseField name="id" type="string">
      The unique identifier (UUID) of the report.
    </ResponseField>

    <ResponseField name="name" type="string">
      The display name of the report.
    </ResponseField>

    <ResponseField name="description" type="string">
      A short description of the report.
    </ResponseField>
  </Expandable>
</ResponseField>
