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

# Invalid Date Range

> The provided date range is invalid or exceeds allowed limits

## Cause

The provided date range is invalid or exceeds allowed limits.

## Fix

Provide a valid date range that does not exceed the allowed limits.

## Retry safety

Not retryable until the underlying state or request changes.

## Raised by

These operations can return this problem:

* [Get a barber's availability](/api-reference/barbers/get-a-barber-s-availability)
* [Get daily summaries for a barber](/api-reference/barbers/get-daily-summaries-for-a-barber)
* [Get review summary for a barber](/api-reference/barbers/get-review-summary-for-a-barber)

## Example

```json theme={null}
{
  "type": "https://docs.guile.app/problems/invalidDateRange",
  "title": "Invalid Date Range",
  "status": 422,
  "detail": "The provided date range is invalid or exceeds allowed limits."
}
```
