Skip to main content
GET
Fetch All Downtimes

Authorizations

x-client-id
string
header
required

Client app ID. You can find your app id in the Merchant Dashboard.

x-client-secret
string
header
required

Client secret key. You can find your secret key in the Merchant Dashboard.

Headers

x-api-version
string
default:2026-01-01
required

API version to be used.

x-request-id
string

Request ID for the API call. Can be used to resolve tech issues. Communicate this in your tech related queries to Cashfree.

x-idempotency-key
string<UUID>

An idempotency key is a unique identifier you include with your API call. If the request fails or times out, you can safely retry it using the same key to avoid duplicate actions.

Query Parameters

incident_id
string

Valid incident id for fetching incident details.

incident_status
enum<string>[]

Filter incidents by status. Possible values: ACTIVE, UPCOMING, RESOLVED.

Available options:
ACTIVE,
UPCOMING,
RESOLVED
incident_impact
enum<string>[]

Filter incidents by impact level. Possible values: HIGH, MEDIUM, LOW.

Available options:
HIGH,
MEDIUM,
LOW
incident_type
enum<string>[]

Filter incidents by type. Possible values: SCHEDULED, UNSCHEDULED.

Available options:
SCHEDULED,
UNSCHEDULED
incident_start_time
string<date-time>

Filter incidents by start time. Format: YYYY-MM-DD HH:MM:SS.

incident_end_time
string<date-time>

Filter incidents by end time. Format: YYYY-MM-DD HH:MM:SS.

payment_method
enum<string>[]

Filter incidents by payment method. Possible values: UPI, CARD, NET_BANKING, WALLET.

Available options:
UPI,
CARD,
NET_BANKING,
WALLET

Response

Success response for Fetch All Downtimes.

Success response for Fetch All Downtimes.

count
integer
Example:

4

incidents
IncidentObject Ā· object[]