Skip to main content
GET
/
api
/
v1
/
codemaps
/
{indexName}
/
structure
Get module structure
curl --request GET \
  --url https://neo.api.projectdiscovery.io/api/v1/codemaps/{indexName}/structure \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "entry_points": [
    {}
  ],
  "freshness": {
    "index_age_seconds": 123,
    "is_stale": true,
    "indexed_at": "2023-11-07T05:31:56Z",
    "indexed_branch": "<string>",
    "indexed_commit_sha": "<string>"
  },
  "module_tree": {},
  "stats": {}
}

Authorizations

Authorization
string
header
required

JWT authentication token

Path Parameters

indexName
string
required

Response

Structure response

success
boolean
required
entry_points
object[]
freshness
object
module_tree
object
stats
object