Skip to main content
GET
List destinations for recipient

Authorizations

X-API-KEY
string
header
required

Path Parameters

recipient_id
string
required

Recipient ID.

Query Parameters

destination_id
string

Destination ID. Multiple IDs can also be provided as a comma-separated string.

name
string

Destination name. Case-insensitive. Multiple values can be provided as a comma-separated string.

vendor
string

Filter by vendor type (postgres, redshift).

is_enabled
string

Filter by enabled status (true or false).

product_name
string

Product name. Multiple values can be provided as a comma-separated string.

model_name
string

Model name. Multiple values can be provided as a comma-separated string.

page_size
integer

Number of items to return per page.

order
enum<string>

Sort order for items

Available options:
asc,
desc
cursor
string

Used for pagination - represents last page seen. Value is included in response when there is a next page.

Response

OK

status
string
required
Allowed value: "success"
data
object
required
message
string
required
has_next
boolean
required

Whether there are more items beyond this page.

next_url
string

Full URL to fetch the next page. Only present when has_next is true.