Skip to main content
Answered

Conversations Search code not returning any values

  • April 22, 2024
  • 1 reply
  • 40 views

I am trying to pull all of our poorly rated conversations to then analyze the data and understand where we have gaps. I’m using the API with the code below:

 

{

"query": {

"operator": "AND",

"value": [

{

"field": "conversation_rating.score",

"operator": "<",

"value": 3

}

]

}

}

However, it doesn’t return any values (posting the returned code as well). I know the conversations are there, because when I retrieve them 1x1 I can see them, but this doesn’t provide me anything. Can anyone see anything glaringly wrong? I’m using the 2.10 API. Headers are also below.

{

"type": "conversation.list",

"pages": {

"type": "pages",

"page": 1,

"per_page": 150,

"total_pages": 0

},

"total_count": 0,

"conversations": []

}

 

 

Best answer by Jacob Cox

Hi @Sheena Miles !

I can see that you currently are working with my teammate Tyler on the Support team to get to the bottom of this. It looks like there might currently be an open issue around that /search endpoint. Your best bet is to continue working with Tyler since this will require back and forth conversations to get to the bottom of things.

View original
Did this topic help you find an answer to your question?

1 reply

Jacob Cox
Intercom Team
Forum|alt.badge.img+5
  • Sr. Technical Support Engineer
  • 441 replies
  • Answer
  • April 27, 2024

Hi @Sheena Miles !

I can see that you currently are working with my teammate Tyler on the Support team to get to the bottom of this. It looks like there might currently be an open issue around that /search endpoint. Your best bet is to continue working with Tyler since this will require back and forth conversations to get to the bottom of things.


Reply


Cookie policy

We use cookies to enhance and personalize your experience. If you accept you agree to our full cookie policy. Learn more about our cookies.

 
Cookie settings