Agent-readable docs index: /llms.txt. Full docs in one file: /llms-full.txt. Download /docs.zip to grep all markdown files locally.
body record_typestringdefault: property
property, person, or company.
body record_idsarrayrequired
Up to 500 record IDs.
Response example
{ "data": [ { "record_id": "prop_12345", "prospect_id": "prospect_8812", "lifecycle": "active", "favorite": false, "created_at": "2026-08-26T15:04:05.000Z" }, { "record_id": "prop_67890", "prospect_id": null, "lifecycle": null, "favorite": false, "created_at": null } ] }