---
title: "Return the data for all ReportPresets"
method: GET
path: "/report_presets.json"
tags: ["Report Presets"]
---

# Return the data for all ReportPresets

`GET /report_presets.json`

Outlines the parameters, optional and required, used when requesting the data for all ReportPresets

## Query parameters

- `category` 'billing' | 'client' | 'compliance' | 'financial' | 'matter' | 'online_payments' | 'productivity' | 'revenue' | 'task'
- `created_since` string, date-time
- `fields` string
- `has_schedule` boolean
- `ids[]` integer
- `limit` integer
- `order` 'created_at(asc)' | 'created_at(desc)' | 'last_generated_at(asc)' | 'last_generated_at(desc)' | 'last_modified_at(asc)' | 'last_modified_at(desc)' | 'name(asc)' | 'name(desc)' | 'next_scheduled_date(asc)' | 'next_scheduled_date(desc)'
- `output_format` string
- `page_token` string
- `query` string
- `schedule_frequency` 'daily' | 'weekly' | 'monthly'
- `updated_since` string, date-time

## Headers

- `X-API-VERSION` string

## Response `200`

Ok

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `429` — Too Many Requests

---

[API](https://skmtc.net/clio/apis/clio-api-documentation.md) · [All operations](https://skmtc.net/clio/apis/clio-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/clio/clio-api-documentation/versions/94a82114ec3b/schema)
