ReadDoc
Read the full markdown of a Sift documentation page by path.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Doc path returned by SearchDocs, e.g. "documentation/ingest/asset-channels.mdx". Required.
1-indexed start line. Defaults to 1. Optional.
Number of lines to return. Defaults to all remaining lines. Optional.
Response
A successful response.
Total line count of the page (independent of offset/limit).
1-indexed line number of the first returned line.
Page markdown. Each line is prefixed with "{line_number}\t" so follow-up reads can target specific ranges. MDX/JSX tags are stripped; fenced code blocks are preserved.