List destinations for recipient
Get a list of configured data destinations for a recipient. The recipient_id can be provided either via a recipient-scoped auth token or the recipient_id query parameter.
Authorizations
Path Parameters
Recipient ID.
Query Parameters
Destination ID. Multiple IDs can also be provided as a comma-separated string.
Destination name. Case-insensitive. Multiple values can be provided as a comma-separated string.
Filter by vendor type (postgres, redshift).
Filter by enabled status (true or false).
Product name. Multiple values can be provided as a comma-separated string.
Model name. Multiple values can be provided as a comma-separated string.
Number of items to return per page.
Sort order for items
asc, desc Used for pagination - represents last page seen. Value is included in response when there is a next page.