POST
/
workspace
/
read-source-code

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

A range within a specific file, defined by start and end positions

end
object
required

The end position of the range.

path
string
required

The path to the file.

start
object
required

The start position of the range.

Response

200 - application/json
source_code
string
required