You cannot get this information for every objectID. However, you can use the Analytics REST API to get most of the information you are looking for.
You can use the get top hits endpoint to get the 1000 most returned hits on your index, and when you set clickAnalytics:true with the request, for each hit you will also get:
- the tracked searches count
- the click count
- the click-through rate (CTR)
- the conversion count
- the conversion rate (CR)
for each hit.
This is documented (including examples) here: https://www.algolia.com/doc/rest-api/analytics/#get-top-hits.
You can also use the get top hits for a search endpoint which will give you all the same information for a specific search. This is documented here: https://www.algolia.com/doc/rest-api/analytics/#get-top-hits-for-a-search.
Access to the Analytics REST API is available as part of the Premium plan or as the Enterprise add-on to otherpricing plans.