---
title: "List Report Requests"
method: GET
path: "/report/"
tags: ["Reports"]
---

# List Report Requests

`GET /report/`

## Query parameters

- `length` integer
- `ordering` string
- `page` integer
- `search` string

## Response `200`

- PaginatedReportRequestList
  - `count` integer — Total number of results.
  - `page_total` integer — Total number of pages.
  - `page` integer — Number of the current page. The first page is 1. Defaults to 1 if no specific page is requested.
  - `length` integer — Number of results returned per page.
  - `results` ReportRequest[]
    - `id` string, required — A unique Base58 value identifying this object.
    - `user` string, required — A unique Base58 value identifying this object.
    - `submitted_at` string, date-time, required — Date and time of the report submission date, in ISO 8601 UTC format. For example, '2023-08-09T13:27.43.8208302'
    - `generated_at` string, date-time, nullable, required — Date and time when the report file was generated, in ISO 8601 UTC format. For example, '2023-08-09T13:27.43.8208302'
    - `is_email_notification_enabled` boolean — If true, email notifications are enabled, and the report will be sent to the user via email. If false, email notifications are disabled. Defaults to false.
    - `filters` string, required — A unique Base58 value identifying this object.
    - `ttl` string, required — The time-to-live (TTL) for the report file, indicating how long it remains available.
    - `timezone` string — Time zone name according to the IANA standard (e.g., 'America/New_York', 'Europe/London').

## Other responses

- `400`
- `401`
- `404`
- `500`

---

[API](https://skmtc.net/probely/apis/snyk-api-web-s-api-reference-documentation.md) · [All operations](https://skmtc.net/probely/apis/snyk-api-web-s-api-reference-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/probely/snyk-api-web-s-api-reference-documentation/versions/e29879bff01b/schema)
