---
title: "List All Available Reports"
method: GET
path: "/Advertisers/{AccountSID}/Reports"
tags: ["Reports"]
---

# List All Available Reports

`GET /Advertisers/{AccountSID}/Reports`

Retrieves a list of all reports available to your account, indicating whether they can be run via the API.

## Path parameters

- `AccountSID` string, required

## Response `200`

A paginated list of report metadata objects.

- object
  - `Reports` ReportInfo[] — The list of report objects.
    - `Name` string — The display name of the report.
    - `Id` string — The unique identifier or handle for the report.
    - `Category` string — The category the report belongs to.
    - `Description` string — A description of what the report contains.
    - `ApiAccessible` boolean — Whether this report can be run via the API.
    - `ApiRunUri` string, uri-reference — The URI to run this report synchronously.
    - `DeferredApiRunUri` string, uri-reference — The URI to schedule this report as an asynchronous export job.
    - `MetaDataUri` string, uri-reference — The URI to retrieve this report's metadata.
    - `RunUri` string, uri-reference — The URI to run this report in the impact.com platform.

---

[API](https://skmtc.net/impact/apis/brand-api-account-information.md) · [All operations](https://skmtc.net/impact/apis/brand-api-account-information/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/impact/brand-api-account-information/revisions/c53422ebb833/schema)
