---
title: "Get store info for a list of derivations"
method: POST
path: "/api/v1/catalog/store"
tags: ["store"]
---

# Get store info for a list of derivations

`POST /api/v1/catalog/store`

Get store info for a list of output paths.

Body Parameters:
- **StoreInfoRequest**: Object containing an `outpaths` list of output paths

Returns:
- **StoreInfoResponse**: A map of output path to a list of StoreInfo objects,
  each containing catalog, package, URL, and optional authentication info
  for downloading the binary artifacts.

## Request body

- StoreInfoRequest
  - `outpaths` string[], required

## Response `200`

The list of store info

- StoreInfoResponse
  - `items` object, required

## Other responses

- `422` — The request parameters are invalid

---

[API](https://skmtc.net/flox/apis/floxhub-catalog-server.md) · [All operations](https://skmtc.net/flox/apis/floxhub-catalog-server/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/flox/floxhub-catalog-server/revisions/05d6283fc201/schema)
