Returns the target paragraph along with N paragraphs before and after it (ordered by sort_id).
Useful for AI agents doing RAG that need surrounding context for better understanding.
The window query parameter controls how many paragraphs before/after to include (default: 2, max: 10).
Use ?include=entities to include typed entity mentions in the response.