Retrieve a paginated list of Sinks belonging to the account used to make the request.
Retrieve a paginated list of Sinks belonging to the account used to make the request.
Query parameters
A boolean query parameter filtering the results to return sinks used/not used by a subscription.
A String query parameter filtering the results by status initialized, validating, active or failed.
How many resources to return in each list page. The default is 50, and the maximum is 1000.
The page index. This value is simply for client state.
The page token. This is provided by the API.
Response
OK
Changes
Changed in 4 of the 51 revisions of this API.311
- ▲
the
//response's property type changed fromobjectto no type for statusresponse-property-type-changed
- ▲
- ▲
the
//response's property type changed from no type toobjectfor statusresponse-property-type-changed
- ●
added the new
emailenum value to the//response property for the response statusresponse-property-enum-value-added
- ▲
- ▲
for the
queryrequest parameterPageSize, the format changed from no format toint64request-parameter-type-changed
- ▲
- ○
api tag
EventsV1Sinkaddedapi-tag-added
- ○