GET /api/v1/session//documentation
Retrieves all documentation items (chunks) stored in the session. This includes both scraped documentation from URLs and uploaded documentation files.Path Parameters
The UUID of the session to retrieve documentation from
Response
The session UUID
Array of documentation item objects
Total number of documentation items
Example Request
Example Response
Error Responses
Session not found or no documentation exists in the session
Notes
- Documentation items are chunks of the original documents
- Each chunk has a maximum size configured by the system (default: 20,000 tokens)
- Tags and categories are extracted during the processing phase
- The
sourcefield indicates whether the documentation was scraped from URLs or uploaded directly
Use Cases
- Verify that documentation was successfully processed
- Review what documentation is available before running digester operations
- Export documentation for offline analysis
- Debug issues with documentation processing
Related Endpoints
- Upload Documentation - Add new documentation to the session
- Delete Documentation - Remove documentation from the session
- Get Session - View complete session data