Bulk get agent policies
Spaces method and path for this operation:
post /s/{space_id}/api/fleet/agent_policies/_bulk_get
Refer to Spaces for more information.
POST
/api/fleet/agent_policies/_bulk_get
curl \
--request POST 'http://localhost:5601/api/fleet/agent_policies/_bulk_get' \
--header "Authorization: $API_KEY" \
--header "Content-Type: application/json" \
--data '{"full":true,"ids":["string"],"ignoreMissing":true}'