Get an exception list summary

GET /api/exception_lists/summary

Spaces method and path for this operation:

get /s/{space_id}/api/exception_lists/summary

Refer to Spaces for more information.

Get a summary of the specified exception list.

Query parameters

  • id string(nonempty)

    Exception list's identifier generated upon creation

    Minimum length is 1.

  • list_id string(nonempty)

    Exception list's human readable identifier

    Minimum length is 1.

  • namespace_type string

    Determines whether the exception container is available in all Kibana spaces or just the space in which it is created, where:

    • single: Only available in the Kibana space in which it is created.
    • agnostic: Available in all Kibana spaces.

    Values are agnostic or single.

  • filter string

    Search filter clause

Responses

  • 200 application/json

    Successful response

    Hide response attributes Show response attributes object
    • linux integer

      Minimum value is 0.

    • macos integer

      Minimum value is 0.

    • total integer

      Minimum value is 0.

    • windows integer

      Minimum value is 0.

  • 400 application/json

    Invalid input data response

    One of:
  • 401 application/json

    Unsuccessful authentication response

    Hide response attributes Show response attributes object
    • error string Required
    • message string Required
    • statusCode integer Required
  • 403 application/json

    Not enough privileges response

    Hide response attributes Show response attributes object
    • error string Required
    • message string Required
    • statusCode integer Required
  • 404 application/json

    Exception list not found response

    Hide response attributes Show response attributes object
    • message string Required
    • status_code integer Required
  • 500 application/json

    Internal server error response

    Hide response attributes Show response attributes object
    • message string Required
    • status_code integer Required
GET /api/exception_lists/summary
curl \
 --request GET 'https://localhost:5601/api/exception_lists/summary' \
 --header "Authorization: $API_KEY"