Fetch Records Reporting
Extracts records from record reporting structures or custom data tables. Records represent the underlying data used in commission calculations—CRM deals, activities, and custom metrics. Use this endpoint for sales analytics, pipeline reports, commission audit trails, CRM data extraction, and custom data table analysis.
Documentation Index
Fetch the complete documentation index at: https://docs.qobra.co/llms.txt
Use this file to discover all available pages before exploring further.
Overview
This endpoint extracts records from record reporting structures or custom data tables. Records represent the underlying data used in commission calculations — CRM deals, activities, and custom metrics. Use this endpoint for:- Sales analytics and pipeline reports
- Commission audit trails (what deals contributed to commissions)
- CRM data extraction
- Custom data table analysis
Pagination
This endpoint uses ID-based pagination for consistent performance with large datasets.Basic pagination pattern
Filtering by modification date
Uselast_modified_after for incremental sync (only fetch new/updated records).
Performance & best practices
Use ID-based pagination
next_url for large datasets.Incremental sync
last_modified_after for efficiency.Use Limit 2000
Authorizations
Your Qobra API key. Generate it from Settings > API Keys in Qobra.
Path Parameters
ID of a record reporting or data table structure (from /v2/data-structures)
Query Parameters
Start after this record ID (for ID-based pagination, recommended)
Number of records per page (1-2000)
1 <= x <= 2000ISO 8601 datetime - Only return records modified after this timestamp (for incremental sync)
ISO 8601 datetime - Only return records modified before this timestamp