diff --git a/changes/api-endpoints-add-reports-run b/changes/api-endpoints-add-reports-run new file mode 100644 index 0000000000..db00e5a910 --- /dev/null +++ b/changes/api-endpoints-add-reports-run @@ -0,0 +1 @@ +- Added the asynchronous live query endpoint (`POST /api/v1/fleet/reports/run`) to the API endpoints catalog so it can be granted to API-only users that have a restricted API endpoint allowlist. diff --git a/server/api_endpoints/api_endpoints.yml b/server/api_endpoints/api_endpoints.yml index be9d445891..31cd0269c8 100644 --- a/server/api_endpoints/api_endpoints.yml +++ b/server/api_endpoints/api_endpoints.yml @@ -403,6 +403,9 @@ - method: "POST" path: "/api/v1/fleet/reports/:id/run" display_name: "Run live report" +- method: "POST" + path: "/api/v1/fleet/reports/run" + display_name: "Run live report (async)" - method: "GET" path: "/api/v1/fleet/queries/run" display_name: "Run live report"