---
title: "Bulk get assets"
method: POST
path: "/api/fleet/epm/bulk_assets"
tags: ["Elastic Package Manager (EPM)"]
---

# Bulk get assets

`POST /api/fleet/epm/bulk_assets`

**Spaces method and path for this operation:**

<div><span class="operation-verb post">post</span>&nbsp;<span class="operation-path">/s/{space_id}/api/fleet/epm/bulk_assets</span></div>

Refer to [Spaces](https://www.elastic.co/docs/deploy-manage/manage-spaces) for more information.

Retrieve multiple Kibana saved object assets by their IDs and types.<br/><br/>[Required authorization] Route required privileges: integrations-read OR fleet-setup OR fleet-all.

## Headers

- `kbn-xsrf` string, required

## Request body

- KibanaHTTPAPIsGetBulkAssetsRequest
  - `assetIds` object[], required
    - `id` string, required
    - `type` string, required

## Response `200`

Successful response

- KibanaHTTPAPIsGetBulkAssetsResponse
  - `items` object[], required
    - `appLink` string
    - `attributes` object, required
      - `description` string
      - `service` string
      - `title` string
    - `id` string, required
    - `type` string, required
    - `updatedAt` string

## Other responses

- `400` — Bad Request

---

[API](https://skmtc.net/elastic/apis/kibana-apis.md) · [All operations](https://skmtc.net/elastic/apis/kibana-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/elastic/kibana-apis/versions/531c9e2a7d23/schema)
