01-30-2026 08:05 AM
Hey Webex Dev community,
I have a question regarding the Get Agent Activities endpoint from Webex Contact Center and was curious if anyone had some additional context on this.
I am looking for a unique identifier within the data received from this endpoint. My initial thought it to use a composite key based on agentSessionId, channelId and startTime. This appears to be a unique identifier, as when an agent starts multiple activities at the same time, we are seeing a different channelId for each one.
Would appreciate any insight or thought on this.
Thanks!
02-03-2026 07:40 AM
@Lukas-Howard so you are looking for a way to find all the tasks that were done using the same channel, is that it? Have you considered using the Search API https://developer.webex.com/webex-contact-center/docs/getting-started-with-search-api ? We have several examples for that here https://github.com/WebexSamples/webex-contact-center-api-samples/tree/main/reporting-samples/graphql-sample .
02-03-2026 11:42 AM
Hello Janos, that's not exactly what I am looking for. I'm looking for a way to identify each activity itself. I.E., I want to be able to uniquely identify a record if we make the same api call twice, so that I can compare previous versions of the same activity and compare/update.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide