Skip to main content
GET
Gets analysis request information
Applies to BloodHound Enterprise and CE

Authorizations

Authorization
string
header
required

Authorization: Bearer $JWT_TOKEN

Headers

Prefer
string
default:wait=30

Prefer header, used to specify a custom timeout in seconds using the wait parameter as per RFC7240. Passing in wait=-1 bypasses all timeout limits when the feature is enabled.

Pattern: ^wait=(-1|[0-9]+)$

Response

OK. Returns analysis request details if one exists, or a zero-valued response if no request is pending (requested_by and request_type will be empty strings, requested_at will be "0001-01-01T00:00:00Z", booleans will be false, and arrays will be null).

data
object