Skip to main content
Solved

Authentication and Limit of 100 objects

  • January 31, 2025
  • 1 reply
  • 70 views

Dear Team

I hope this message finds you well.

I am new here and currently working on using the sensor’s API. I have noticed that the results seem to be limited to what I see even if I am not authenticated. I am unsure if I am using the API authentication correctly.

I have attached a screenshot of my current setup for your reference. Could you please guide me on the following:

  1. API Authentication: Am I using the correct authentication method? If not, could you please provide the correct steps 

Best answer by yier.wu

Hi,
The API endpoint you used in your request is records. Its purpose is to quickly display the results of an API request on a dataset. For performance reasons, this endpoint is limited to displaying 100 records, and up to 10,000 with an offset (if the request does not contain a "group_by").!-->

If you want to retrieve more than 100 records, I recommend using the exports endpoint. Choose the data format in which you wish to export (json, csv, etc.).!-->

Here is a learning path on Explore API on our Academy.

Bests,

Yier

1 reply

yier.wu
Community Manager
  • Community Manager
  • 30 replies
  • Answer
  • February 4, 2025

Hi,
The API endpoint you used in your request is records. Its purpose is to quickly display the results of an API request on a dataset. For performance reasons, this endpoint is limited to displaying 100 records, and up to 10,000 with an offset (if the request does not contain a "group_by").!-->

If you want to retrieve more than 100 records, I recommend using the exports endpoint. Choose the data format in which you wish to export (json, csv, etc.).!-->

Here is a learning path on Explore API on our Academy.

Bests,

Yier