Custom records¶
Custom records expose structured data extracted from articles by Custom Extract pipelines.
Available today¶
| Method | Path | Doc |
|---|---|---|
GET |
…/articles/{article_id}/custom-records |
List custom records |
Use Get article with include=counts to see which record types exist on an article (counts.custom_records) before fetching records.
Response shape¶
Each record includes:
id,record_type,record_indexfields— structured record valuesmentions— evidence spans (no full article body)field_schema— field definitions stored with the record- Optional
confidence
See List custom records for the full field reference and examples.