# Get source maps
**GET /api/apm/sourcemaps**
**Spaces method and path for this operation:**
get /s/{space_id}/api/apm/sourcemaps
Refer to [Spaces](https://www.elastic.co/docs/deploy-manage/manage-spaces) for more information.
Get an array of Fleet artifacts, including source map uploads. You must have `read` or `all` Kibana privileges for the APM and User Experience feature.
## Servers
- https://localhost:5601: https://localhost:5601 ()
## Authentication methods
- Api key auth
- Basic auth
## Parameters
### Headers
- **elastic-api-version** (string)
The version of the API to use
### Query parameters
- **page** (number)
Page number
- **perPage** (number)
Number of records per page
## Responses
### 200
Successful response
#### Body: application/json (object)
- **artifacts** (array[object])
Artifacts
### 400
Bad Request response
#### Body: application/json (object)
- **error** (string)
Error type
- **message** (string)
Error message
- **statusCode** (number)
Error status code
### 401
Unauthorized response
#### Body: application/json (object)
- **error** (string)
Error type
- **message** (string)
Error message
- **statusCode** (number)
Error status code
### 500
Internal Server Error response
#### Body: application/json (object)
- **error** (string)
Error type
- **message** (string)
Error message
- **statusCode** (number)
Error status code
### 501
Not Implemented response
#### Body: application/json (object)
- **error** (string)
Error type
- **message** (string)
Error message
- **statusCode** (number)
Error status code
[Powered by Bump.sh](https://bump.sh)