Get an action request log Deprecated

GET /api/endpoint/action_log/{agent_id}

Get an action request log for the specified agent ID.

Path parameters

Query parameters

  • query object Required
    Hide query attributes Show query attributes object
    • end_date string

      End date

    • page integer

      Page number

      Minimum value is 1. Default value is 1.

    • page_size integer

      Number of items per page

      Minimum value is 1, maximum value is 100. Default value is 10.

    • Start date

Responses

  • 200 application/json; Elastic-Api-Version=2023-10-31

    OK

GET /api/endpoint/action_log/{agent_id}
curl \
 -X GET http://localhost:5601/api/endpoint/action_log/{agent_id}?query=%7B%7D
Response examples (200)
{}