Rate Limits

Rate Limiting

Export API endpoints have daily rate limits that reset at midnight UTC. Each endpoint has its own specific limit:

EndpointDaily Limit
POST /job (Submit Job)60
GET /jobs (List Jobs)1,200
GET /job/{jobId} (Job Status)300
GET /fields (Field Metadata)60

🚧

Note: Exceeding these limits will result in an HTTP 429 Too Many Requests error.

Plan your job submissions and polling intervals accordingly to stay within your quota.