---
title: "Get an assembly"
method: GET
path: "/public/v1/assemblies/{id}"
tags: ["Assembly"]
---

# Get an assembly

`GET /public/v1/assemblies/{id}`

Get a single assembly by ID, with its full outputs, inputs, and costs.

Like the list endpoint, this reflects eventually consistent data — an assembly you just created or
updated may take up to a second to reflect its latest state here. Returns 404 if no assembly with
that ID exists in your company or your team restrictions hide it.

Required permission: `assemblies_permissions_view`.

## Path parameters

- `id` string, required

## Response `200`

A single assembly

## Other responses

- `400` — Invalid parameters
- `401` — Missing or invalid API token
- `403` — The API token lacks the required permission
- `404` — Not Found

---

[API](https://skmtc.dev/distru/apis/distru-api.md) · [All operations](https://skmtc.dev/distru/apis/distru-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/distru/distru-api/revisions/eb775b7b6ee0/schema)
