Records
Retrieve a record
Fetch one record by object + id. Requires scope: records:read.
GET
Retrieve a record
Authorizations
A Custral secret API key (sk_…), created in Settings → Applications. Sent as Authorization: Bearer sk_…. The X-Api-Key: sk_… header is also accepted and takes precedence. Never expose a secret key in a browser.
Path Parameters
The object — its id, key, or name.
The record id (rec_…).
Query Parameters
Comma-separated references to inline. notes resolves the record’s notes documents to markdown (needs the documents:read scope).