Skip to main content
GET
Inspect Repository Symbol

Authorizations

Authorization
string
header
required

API key authentication. Obtain your API key from the Replicas dashboard under Organization → Settings → API Keys.

Path Parameters

workspaceId
string<uuid>
required

Query Parameters

repoName
string
required
path
string
required

Repository-relative file path.

Example:

"src/index.ts"

line
integer
required

One-based line number.

Required range: x >= 1
character
integer
required

Zero-based character offset.

Required range: x >= 0
action
enum<string>
required
Available options:
hover,
definition,
references

Response

Symbol information and locations

symbol
string
required
detail
string | null
required
documentation
string | null
required
locations
object[]
required
provider
enum<string>
required
Available options:
language-server,
workspace