Records
Agents query data via the SQL query endpoint. The list endpoint uses the Filter DSL for frontend programmatic queries.
| Method | Path | Description |
|---|---|---|
| GET | /v1/{workspace_id}/records/{collection} |
List records (filter, sort, paginate — used by frontend) |
| PUT | /v1/{workspace_id}/records/{collection}/{id} |
Upsert a record |
| GET | /v1/{workspace_id}/records/{collection}/{id} |
Get a record |
| DELETE | /v1/{workspace_id}/records/{collection}/{id} |
Delete a record |