Get source maps
Returns an array of Fleet artifacts, including source map uploads.
Headers
-
elastic-api-version
string Required The version of the API to use
Value is
2023-10-31
. Default value is2023-10-31
.
GET
/api/apm/sourcemaps
curl \
--request GET 'https://localhost:5601/api/apm/sourcemaps' \
--header "Authorization: $API_KEY" \
--header "elastic-api-version: 2023-10-31"