Legacy Dev Forum Posts

 View Only

Sign Up

/api/v2/recording/jobs ConversationQuery size limit

  • 1.  /api/v2/recording/jobs ConversationQuery size limit

    Posted 06-05-2025 18:31

    Jakub_Zita | 2024-07-09 07:40:33 UTC | #1

    Hello,

    we are planning to utilize the /api/v2/recording/jobs endpoint for deleting the recordings. What we need is to always remove recordings for specific conversations, so we are planning to specify these like this in the job query:

    {
      "conversationQuery": {
        "conversationFilters": [
          {
            "type": "or",
            "predicates": [
              {
                "type": "dimension",
                "dimension": "conversationId",
                "operator": "matches",
                "value": "aae0a41a-2fb8-45f5-b749-a9ec392ab782"
              },
              {
                "type": "dimension",
                "dimension": "conversationId",
                "operator": "matches",
                "value": "aae0a41a-2fb8-45f5-b749-a9ec392ab875"
              }
            ]
          }
        ]
      }
    }

    The problem is, that we usually have few hundreds of the conversations to delete every day and my question is, if there is any known limitation for how many predicates (conversation IDs) we can specify in one recording job?

    Thanks for the help


    system | 2024-08-08 07:40:48 UTC | #2

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


    This post was migrated from the old Developer Forum.

    ref: 27147