curl --request GET \
--url https://bloodhound.specterops.io/openapi.json/api/v2/jobs/{job_id}/log \
--header 'Authorization: Bearer <token>'{
"data": {
"log": "<string>"
}
}Get the log file from a SharpHound run
curl --request GET \
--url https://bloodhound.specterops.io/openapi.json/api/v2/jobs/{job_id}/log \
--header 'Authorization: Bearer <token>'{
"data": {
"log": "<string>"
}
}Authorization: Bearer $JWT_TOKEN
Prefer header, used to specify a custom timeout in seconds using the wait parameter as per RFC7240.
Job ID
OK
Show child attributes