Get All Document
GET/document
Retrieve public documents associated with a specific entity record. The response returns data.items and data.pagination; items are ordered by ascending document id. Use last_record_id, created_since, and updated_since for incremental sync.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 429
- 500
Request was successful.
Bad Request
Unauthorized Access
No Permission Access
Not Found
Rate limit exceeded
Response Headers
Active public API plan applied to the request. Free and Kickstarter are blocked before rate buckets are consumed.
Rate-limit bucket used for the request. List-style POST endpoints are counted as reads; mutation endpoints are counted as writes.
Maximum number of requests allowed for the active bucket in the current one-second rate-limit window.
Maximum read requests allowed per second for the active plan. Pro is 100; Unlimited is 500.
Maximum write requests allowed per second for the active plan. Pro is 25; Unlimited is 125.
Number of requests remaining for the active bucket in the current one-second rate-limit window.
Unix timestamp, in seconds, when the current rate-limit window resets.
HTTP date when the current limit resets. Present on 429 responses.
Internal Server Error