[PR #21700] Add get document detail service api #29727

Closed
opened 2026-02-21 20:46:07 -05:00 by yindo · 0 comments
Owner

Original Pull Request: https://github.com/langgenius/dify/pull/21700

State: closed
Merged: Yes


Fix #21646

Summary

feat: Add API to get document details

This commit introduces a new API endpoint to retrieve the details of a specific document.

The new endpoint is GET /datasets/{dataset_id}/documents/{document_id}.

It allows fetching document details with an option to filter metadata using the metadata query parameter, which can be set to all, only, or without.

The API documentation has been updated accordingly.

Screenshots

image
image

Checklist

  • This change requires a documentation update, included: Dify Document
  • I understand that this PR may be closed in case there was no previous discussion or issues. (This doesn't apply to typos!)
  • I've added a test for each change that was introduced, and I tried as much as possible to make a single atomic change.
  • I've updated the documentation accordingly.
  • I ran dev/reformat(backend) and cd web && npx lint-staged(frontend) to appease the lint gods
**Original Pull Request:** https://github.com/langgenius/dify/pull/21700 **State:** closed **Merged:** Yes --- Fix #21646 ## Summary feat: Add API to get document details This commit introduces a new API endpoint to retrieve the details of a specific document. The new endpoint is `GET /datasets/{dataset_id}/documents/{document_id}`. It allows fetching document details with an option to filter metadata using the `metadata` query parameter, which can be set to `all`, `only`, or `without`. The API documentation has been updated accordingly. ## Screenshots ![image](https://github.com/user-attachments/assets/1c616bd8-27f7-48e8-b008-b73ac277b7d5) ![image](https://github.com/user-attachments/assets/073dc3d2-741e-4263-aaf4-e7607e2e9417) ## Checklist - [ ] This change requires a documentation update, included: [Dify Document](https://github.com/langgenius/dify-docs) - [x] I understand that this PR may be closed in case there was no previous discussion or issues. (This doesn't apply to typos!) - [x] I've added a test for each change that was introduced, and I tried as much as possible to make a single atomic change. - [x] I've updated the documentation accordingly. - [x] I ran `dev/reformat`(backend) and `cd web && npx lint-staged`(frontend) to appease the lint gods
yindo added the pull-request label 2026-02-21 20:46:07 -05:00
yindo closed this issue 2026-02-21 20:46:08 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify#29727