Legacy Dev Forum Posts

 View Only

Sign Up

Conversations details API / Filter by segments

  • 1.  Conversations details API / Filter by segments

    Posted 06-05-2025 18:32

    btrabelsi | 2024-11-08 10:30:45 UTC | #1

    Hello Developers,

    We want an API that provides details of conversations, allowing us to filter by the start and end times of specific segments rather than the entire conversation, since some conversations may be reopened after several days or even a month. Please note that we are limited in terms of time, and can only add an interval of up to one month.

    The API we are currently using is : POST /api/v2/analytics/conversations/details/query

    Thank you in advance.

    Kind regards,


    btrabelsi | 2024-11-12 10:33:25 UTC | #2

    Bumping this for visibility, any thoughts?


    Zino_Onokpise | 2024-11-12 15:16:28 UTC | #3

    Hi btrabelsi

    Yes that endpoint provides filtering by segmentEnd using the segment filter. You'll have to add something like this to the predicate filter

    {
            "dimension": "segmentEnd",
            "value": "2024-07-01T00:00:00.000Z/2024-07-14T00:00:00.000Z"
     }

    system | 2024-12-13 15:17:18 UTC | #4

    This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.


    This post was migrated from the old Developer Forum.

    ref: 30270