# 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](http://www.elastic.co/docs/deploy-manage/manage-spaces) for more information. Get a summary of the specified exception list. ## Servers - http://localhost:5601: http://localhost:5601 () ## Authentication methods - Api key auth - Basic auth ## Parameters ### Query parameters - **id** (string(nonempty)) Exception list's identifier generated upon creation. - **list_id** (string(nonempty)) Exception list's human readable identifier. - **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. - **filter** (string) Search filter clause ## Responses ### 200 Successful response #### Body: application/json (object) - **linux** (integer) - **macos** (integer) - **total** (integer) - **windows** (integer) ### 400 Invalid input data response #### Body: application/json (object) - **error** (string) - **message** (string) - **statusCode** (integer) ### 401 Unsuccessful authentication response #### Body: application/json (object) - **error** (string) - **message** (string) - **statusCode** (integer) ### 403 Not enough privileges response #### Body: application/json (object) - **error** (string) - **message** (string) - **statusCode** (integer) ### 404 Exception list not found response #### Body: application/json (object) - **message** (string) - **status_code** (integer) ### 500 Internal server error response #### Body: application/json (object) - **message** (string) - **status_code** (integer) [Powered by Bump.sh](http://bump.sh)