The catalog lists 25 dataset codes across five sections. As of v1.2, 19 codes are available to fetch today. The remaining 6 codes (D04, D06, D10, D11, D13, D24) are reserved for future use and listed with
available: false. Fetching any dataset with available: false returns a 404.Endpoints
Catalog endpoint
Discover the sections and datasets you are allowed to export, with cursor fields and availability flags.
Fetch dataset endpoint
Retrieve paginated, redacted rows for a single dataset, for both initial and incremental loads.
Available datasets at a glance
Date and time formats
Exports return two distinct date conventions, depending on how the field is stored at source — parse them with separate handling:- System timestamps —
created_at,updated_at,communicated_at, and any genuineDate-typed field (e.g. the PTP / broken-PTP dates onD16) are ISO-8601 with milliseconds and aZsuffix (e.g.2026-05-28T11:42:08.000Z). - Business date columns — certain date fields are stored as plain strings and are returned exactly as stored, in
DD/MM/YYYY(e.g.22/02/2026). They are not normalized to ISO-8601, carry no time component, and no timezone. ConfirmedDD/MM/YYYYfields today:D02/D03submitted_dateanddue_date, andD16dpd_due_dateandlast_due_date.
Quick reference
Pagination
Cursor encoding, initial vs. incremental loads, and variable page-size behavior.
Errors
Every status code the export endpoints return, with example bodies.
Datasets
Field-by-field reference for each Phase 1 dataset.
Need Help?
Our support team is available Monday-Friday, 9 AM - 6 PM GST. Reach out at support@cleargrid.co or visit our help center.