Spaces method and path for this operation:
get /s/{space_id}/api/endpoint/action_status
Refer to Spaces for more information.
Get the status of response actions for the specified agent IDs.
GET
/api/endpoint/action_status
curl \
--request GET 'https://<KIBANA_URL>/api/endpoint/action_status?agent_ids=agent-id-1&agent_ids=agent-id-2' \
--header "Authorization: $API_KEY"