Skip to content

Get Scan Status

Request

Returns a scan status for a given taskId which is obtained from /projectScan/{projectId}

Security
bearerAuth
Path
taskIdinteger, (int64)required

ID of the project scan task

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

Responses

SCHEDULED | ACTIVE | TERMINATED | FAILED | COMPLETED

Bodyapplication/json
string
Enum:"new""scheduled""active""waiting on update""waiting on library refresh""canceled""terminated""failed""completed"
Response
"new"