Skip to main content

There seems to be an issue with the Intercom API. I'm using the tickets/search POST call and it's only retrieving 97 of my 225 tracker tickets.

POST: https://api.intercom.io/tickets/search

The body of my API call looks like this:

{
"query": {
"operator": "AND",
"value": "
{
"field": "open",
"operator": "=",
"value": true
},
{
"field": "ticket_type_id",
"operator": "=",
"value": 2
}
]
},
"pagination": {
"per_page": 100
}
}
 

I also tried:

{
"query": {
"operator": "AND",
"value": e
{
"field": "open",
"operator": "=",
"value": true
},
{
"field": "ticket_type_id",
"operator": "=",
"value": 2
}
]
},
"pagination": {
"per_page": 100
}
}

I already opened a ticket with Intercom regarding this issue. However, it seems to have degraded further. Now, I can only retrieve 27 of my 239 Tracker Tickets:
 

 

I even tried adding a “Created At” filter for Jan 1st 2023 and there was no change.


Hi ​@DavidChapman 👋 Thanks for the details of the issue you’re facing here - given the nature of this query and that we’ll likely need some further details here, I’m going to pass this over to the support team to take further action on this issue for you. We’ll be in touch via the Messenger 💬


Reply