List Datafeed

The datafeed provides messages and events from all conversations that the user is in. The types of events surfaced in the datafeed can be found in the Real Time Events list.

Returns the list of datafeeds for the user. Any datafeed ID of the list can then be used as input to the Read Datafeed endpoint.

Returns the list of active datafeeds of the user.

get

Available on Agent 2.57.0 and above.

The datafeed provides messages and events from all conversations that the user is in. The types of events surfaced in the datafeed can be found in the Real Time Events list. In most cases, only one active datafeed per user is required at a time.

Query parameters
tagstring · max: 100Optional

A unique identifier to ensure uniqueness of the datafeed. Used to restrict search.

Header parameters
sessionTokenstringRequired

Session authentication token.

keyManagerTokenstringOptional

Key Manager authentication token.

Responses
200

Datafeed sucessfully created.

application/json
get
/v5/datafeeds
GET /agent/v5/datafeeds HTTP/1.1
Host: youragentURL.symphony.com
sessionToken: text
Accept: */*
[
  {
    "id": "371f465fb97b5d1027d20a5e7085863a_f",
    "type": "fanout"
  }
]

Last updated

Was this helpful?