Skip to content

Fetch all scan nodes (alias) of a project

Request

Returns all the alias node information of a project

Security
bearerAuth
Path
projectIdinteger, (int64), >= 1required

ID of the Project

Example:1
curl -i -X GET \
  https://codeinsightapi.redocly.app/_mock/swagger/projects/1/scanNodes \
  -H 'Authorization: Bearer <YOUR_JWT_HERE>'

Responses

OK