v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-141891,2951.1 MB

Lists all Amazon DataZone notifications.

get/v2/domains/{domainIdentifier}/notifications#type

Path parameters

domainIdentifierstring required

The identifier of the Amazon DataZone domain.

Query parameters

type'TASK' | 'EVENT' required

The type of notifications.

afterTimestampstring date-time

The time after which you want to list notifications.

beforeTimestampstring date-time

The time before which you want to list notifications.

subjectsString[]

The subjects of notifications.

taskStatus'ACTIVE' | 'INACTIVE'

The task status of notifications.

maxResultsinteger

The maximum number of notifications to return in a single call to <code>ListNotifications</code>. When the number of notifications to be listed is greater than the value of <code>MaxResults</code>, the response contains a <code>NextToken</code> value that you can use in a subsequent call to <code>ListNotifications</code> to list the next set of notifications.

nextTokenstring

When the number of notifications is greater than the default value for the <code>MaxResults</code> parameter, or if you explicitly specify a value for <code>MaxResults</code> that is less than the number of notifications, the response includes a pagination token named <code>NextToken</code>. You can specify this <code>NextToken</code> value in a subsequent call to <code>ListNotifications</code> to list the next set of notifications.

Response

Success

nextTokenstring

When the number of notifications is greater than the default value for the <code>MaxResults</code> parameter, or if you explicitly specify a value for <code>MaxResults</code> that is less than the number of notifications, the response includes a pagination token named <code>NextToken</code>. You can specify this <code>NextToken</code> value in a subsequent call to <code>ListNotifications</code> to list the next set of notifications.