Skip to main content
GET
/
v1
/
scanner
/
robots
/
{id}
Get robot by ID
curl --request GET \
  --url http://localhost:3000/v1/scanner/robots/{id}
{
  "robot": null
}

Path Parameters

id
string
required

Robot ID (UUID or taxonomy ID)

Example:

"011100000000000001"

Response

Robot details

robot
unknown