Fetch records for a specific entity with optional filtering and token-based pagination. This endpoint is used by the Airbyte connector to pull data from Superleap during flow execution.Documentation Index
Fetch the complete documentation index at: https://docs.superleap.com/llms.txt
Use this file to discover all available pages before exploring further.
null for the first request. When the response includes a next_token, pass it in the next request to retrieve the following page of results.| Field | Type | Description |
|---|---|---|
success | boolean | Whether the request was successful |
data.records | array | List of record objects with the requested fields |
data.next_token | string | null | Pagination token for the next page. null when there are no more results. |
next_token:
next_token value in your next request to retrieve the following pagenext_token is nullupdated_at) using the gte operator with a Unix timestamp in milliseconds. This allows you to fetch only records that have been modified since your last sync.