Required capabilities:
hostedExtractors:READ
Retrieve a list of up to 100 destinations by their external ID, optionally ignoring unknown IDs.
List of retrieved destinations.
The response for a bad request.
Validation Error
{- "items": [
- {
- "externalId": "my.known.id"
}
], - "ignoreUnknownIds": true
}{- "items": [
- {
- "externalId": "my.known.id",
- "sessionId": 1,
- "targetDataSetId": 1,
- "name": "string",
- "description": "string",
- "metadata": {
- "property1": "string",
- "property2": "string"
}, - "createdTime": 1730204346000,
- "lastUpdatedTime": 1730204346000
}
]
}