# Bulk get assets
**POST /api/fleet/epm/bulk_assets**
**Spaces method and path for this operation:**
post /s/{space_id}/api/fleet/epm/bulk_assets
Refer to [Spaces](http://www.elastic.co/docs/deploy-manage/manage-spaces) for more information.
[Required authorization] Route required privileges: integrations-read OR fleet-setup OR fleet-all.
## Servers
- http://localhost:5601: http://localhost:5601 ()
## Authentication methods
- Api key auth
- Basic auth
## Parameters
### Headers
- **kbn-xsrf** (string)
A required header to protect against CSRF attacks
### Body: application/json (object)
- **assetIds** (array[object])
## Responses
### 200
OK: A successful request.
#### Body: application/json (object)
- **items** (array[object])
### 400
A bad request.
#### Body: application/json (object)
- **error** (string)
- **errorType** (string)
- **message** (string)
- **statusCode** (number)
[Powered by Bump.sh](http://bump.sh)