Records
Endpoints
Method
Path
Description
Get a record
GET /records/{recordId}Response 200 OK
200 OK{
"recordId": "01957c3a-def0-7000-8000-000000000001",
"modelId": "01957c3a-1234-7000-8000-000000000001",
"contextId": "01957c3a-5678-7000-8000-000000000001",
"freshness": "resolved",
"sha256": "a1b2c3d4e5f6...",
"data": {
"firstName": "Sarah",
"lastName": "Jones",
"annualIncome": 54800,
"totalExposure": 1250000
},
"createdAt": "2026-02-10T14:30:00Z",
"updatedAt": "2026-02-13T09:15:00Z",
"createdBy": "user_01957c3a-..."
}Freshness
Value
Meaning
Content integrity
Including model context
List records
Useful filters
Update a record
Request
Response 200 OK
200 OKDelete a record
Response 204 No Content
204 No ContentBulk operations
Last updated

