GET /api/endpoint/policy_response

Spaces method and path for this operation:

get /s/{space_id}/api/endpoint/policy_response

Refer to Spaces for more information.

Get the most recent policy response for an endpoint.

Query parameters

  • agentId string Required

    The agent ID to retrieve the policy response for.

Responses

  • 200 application/json

    Indicates a successful call.

    A generic successful response.

GET /api/endpoint/policy_response
curl \
 --request GET 'https://<KIBANA_URL>/api/endpoint/policy_response?agentId=string' \
 --header "Authorization: $API_KEY"