cURL
curl --request GET \ --url https://api-mycroft.sherlocker.com.br/api/v1/v1/engines \ --header 'Authorization: Bearer <token>'
{ "engines": [ { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "name": "<string>", "description": "<string>", "isTemplate": true, "ruleCount": 0 } ] }
Returns a list of all analysis engines with summary info.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Engine list
Show child attributes