curl --request GET \
--url https://bloodhound.specterops.io/openapi.json/api/v2/datapipe/status \
--header 'Authorization: Bearer <token>'{
"data": {
"status": "idle",
"updated_at": "2023-11-07T05:31:56Z",
"last_complete_analysis_at": "2023-11-07T05:31:56Z"
}
}Gets the current status of the datapipe
curl --request GET \
--url https://bloodhound.specterops.io/openapi.json/api/v2/datapipe/status \
--header 'Authorization: Bearer <token>'{
"data": {
"status": "idle",
"updated_at": "2023-11-07T05:31:56Z",
"last_complete_analysis_at": "2023-11-07T05:31:56Z"
}
}Authorization: Bearer $JWT_TOKEN
Prefer header, used to specify a custom timeout in seconds using the wait parameter as per RFC7240.
OK
Show child attributes