editor
View File Contents
Retrieves the contents of a file, optionally within a specified line range.
POST
Body
application/json
File path to view
Example:
"/path/to/file.txt"
Line range to view [start, end]
Example:
[1, 10]
Response
200
application/json
Successfully retrieved file contents
The response is of type string
.