Is there a way to get the query id of a query run via the API using run_inline_query?

I can look at the UI to find the id in real-time, but we’re using run_inline_query via the API and were hoping we could log the query or slug id based on data in the response. It doesn’t seem like even the json_detail response format gives us that information. I really want to avoid another round-trip imposed by using create_query and run_query one after the other.

0 0 180