Get a metadata list
Spaces method and path for this operation:
get /s/{space_id}/api/endpoint/metadata
Refer to Spaces for more information.
Query parameters
-
Page number
Minimum value is
1. Default value is1. -
Number of items per page
Minimum value is
1, maximum value is100. Default value is10. -
A KQL string.
-
A set of agent health statuses to filter by.
Values are
healthy,offline,updating,inactive, orunenrolled. -
Determines which field is used to sort the results.
Values are
enrolled_at,metadata.host.hostname,host_status,metadata.Endpoint.policy.applied.name,metadata.Endpoint.policy.applied.status,metadata.host.os.name,metadata.host.ip,metadata.agent.version, orlast_checkin. -
Determines the sort order.
Values are
ascordesc.
GET /api/endpoint/metadata
curl \ --request GET 'https://localhost:5601/api/endpoint/metadata' \ --header "Authorization: $API_KEY"