Skip to main content
Additions, changes, deprecations, and breaking changes to the public Datagrid REST API and the datagrid-ai SDK, released in July 2026.

Converse

SDK · datagrid-ai@0.17.0
  • Breakingmode is now required on POST /v1/converse. Requests without it are rejected with 400 Bad Request. (reference)
    • Migration: Pass mode: "default" to preserve the prior behavior.

Knowledge

SDK · datagrid-ai@0.17.0
  • ChangedGET /v1/knowledge now returns a status field per item and supports filtering by it via the status query parameter. (reference)
SDK · datagrid-ai@0.17.0
  • AddedAdded POST /v1/search/ai for natural-language search across your connected knowledge. (reference)

Conversations

SDK · datagrid-ai@0.17.0
  • DeprecatedThe context field on POST /v1/conversations is deprecated in favor of knowledge_ids and will be removed in a future release. (reference)
    • Migration: Move context values into knowledge_ids.

Files

SDK · datagrid-ai@0.17.0
  • RemovedRemoved the previously deprecated GET /v1/files/{file_id}/raw endpoint. (reference)
    • Migration: Use GET /v1/files/{file_id}/content, which returns the same bytes with a stable content type.