GET
/
symbol
/
definitions-in-file

Query Parameters

file_path
string
required

The path to the file to get the symbols for, relative to the root of the workspace.

Response

200 - application/json
identifier_position
object
required

The start position of the symbol's identifier.

kind
string
required

The kind of the symbol (e.g., function, class).

name
string
required

The name of the symbol.

range
object
required

The full range of the symbol.