Interactions API: Exchange pipeline statuses updates
14 days ago by Simon Parsons
Exchange data types for a given interaction now returned with interaction status
GET /interactions/exchange-status will now return a comma-separated string of Exchange data types a given interaction was successfully transformed into.
Data types currently possible are: disposition, people list, phone numbers, survey response, and survey response professional polling.
Additionally, the status previously reported as Unsupported will now return as PartiallyOrFullyUnsupported, since the recent addition of delete operations on an outcomesDetailed is not supported by the Exchange.
Example
{
"metadata": {
"count": 0
},
"data": [
{
"correlationId": "string",
"interactionId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"status": "Processed",
"exchangeDataTypes": "disposition, people list, phone numbers, survey response, survey response professional polling",
"publishTime": "2026-08-11T20:02:34.148Z"
}
],
"nextCursor": "string"
}
