---
title: "POST /#X-Amz-Target=AmazonDAXV3.DescribeEvents"
method: POST
path: "/#X-Amz-Target=AmazonDAXV3.DescribeEvents"
---

# POST /#X-Amz-Target=AmazonDAXV3.DescribeEvents

`POST /#X-Amz-Target=AmazonDAXV3.DescribeEvents`

Returns events related to DAX clusters and parameter groups. You can obtain events specific to a particular DAX cluster or parameter group by providing the name as a parameter.

By default, only the events occurring within the last 24 hours are returned; however, you can retrieve up to 14 days' worth of events if necessary.

## Headers

- `X-Amz-Target` 'AmazonDAXV3.DescribeEvents', required

## Request body

- DescribeEventsRequest
  - `SourceName` string — The identifier of the event source for which events will be returned. If not specified, then all sources are included in the response.
  - `SourceType` 'CLUSTER' | 'PARAMETER_GROUP' | 'SUBNET_GROUP' — The event source to retrieve events for. If no value is specified, all events are returned.
  - `StartTime` string, date-time — The beginning of the time interval to retrieve events for, specified in ISO 8601 format.
  - `EndTime` string, date-time — The end of the time interval for which to retrieve events, specified in ISO 8601 format.
  - `Duration` integer — The number of minutes' worth of events to retrieve.
  - `MaxResults` integer — <p>The maximum number of results to include in the response. If more results exist than the specified <code>MaxResults</code> value, a token is included in the response so that the remaining results can be retrieved.</p> <p>The value for <code>MaxResults</code> must be between 20 and 100.</p>
  - `NextToken` string — An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by <code>MaxResults</code>.

## Response `200`

Success

- DescribeEventsResponse
  - `NextToken` string — Provides an identifier to allow retrieval of paginated results.
  - `Events` Event[] — An array of events. Each element in the array represents one event.
    - `SourceName` string — The source of the event. For example, if the event occurred at the node level, the source would be the node ID.
    - `SourceType` 'CLUSTER' | 'PARAMETER_GROUP' | 'SUBNET_GROUP' — Specifies the origin of this event - a cluster, a parameter group, a node ID, etc.
    - `Message` string — A user-defined message associated with the event.
    - `Date` string, date-time — The date and time when the event occurred.

## Other responses

- `480` — ServiceLinkedRoleNotFoundFault
- `481` — InvalidParameterValueException
- `482` — InvalidParameterCombinationException

---

[API](https://skmtc.net/aws/apis/dax.md) · [All operations](https://skmtc.net/aws/apis/dax/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aws/dax/versions/ae11d18c59f6/schema)
