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,
- "createdTime": 1730204346000,
- "lastUpdatedTime": 1730204346000
}
]
}