> ## Documentation Index
> Fetch the complete documentation index at: https://cashfreepayments-d00050e9-theme-update.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Get Incidents

> Use this API to get the list of incidents on banks(Resolved,Unresolved,All) for a given time range.

Please use this Authorization token in headers to call any payout API (Refresh this page if the token is expired)

<iframe src="https://www.cashfree.com/devstudio/preview/payouts/embed/bearerToken" width="600" />

<Accordion title="Click to view the response codes.">
  | Status   | Sub Code | Message                                                                                                                       |   |
  | -------- | -------- | ----------------------------------------------------------------------------------------------------------------------------- | - |
  | SUCCESS  | 200      | List of incidents retrieved                                                                                                   |   |
  | ERROR    | 403      | Token is not valid                                                                                                            |   |
  | ERROR    | 403      | IP Not Whitelisted                                                                                                            |   |
  | ERROR    | 403      | APIs not enabled. Please fill out the [Support Form](https://merchant.cashfree.com/merchants/landing?env=prod\&raise_issue=1) |   |
  | ERROR    | 412      | Token missing in the request                                                                                                  |   |
  | ERROR    | 422      | Status is invalid                                                                                                             |   |
  | ERROR    | 422      | startTime should be less than or equal to EndTime.                                                                            |   |
  | ERROR    | 422      | Maximum time difference can be up to 7 days and startTime should be within 90 days from now.                                  |   |
  | ERROR    | 422      | startTime should be of the format yyyy-mm-dd                                                                                  |   |
  | hh:mm:ss |          |                                                                                                                               |   |
  | ERROR    | 422      | endTime should be of the format yyyy-mm-dd                                                                                    |   |
  | hh:mm:ss |          |                                                                                                                               |   |
  | ERROR    | 520      | Unknown error occurred!                                                                                                       |   |
</Accordion>
