Gets analysis request information
Returns the current analysis request information. Always returns 200 OK with the request details. When no request is pending, returns a zero-valued response with empty strings, false booleans, null arrays, and zero timestamp.
Authorizations
Authorization: Bearer $JWT_TOKEN
Headers
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.
^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).