---
title: "Get a bin"
method: GET
path: "/public/v1/bins/{id}"
tags: ["Bin"]
---

# Get a bin

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

Fetch a single bin by ID.

Returns 404 if no bin with that ID belongs to the authenticated company — the lookup is scoped to your company, so an ID from another company is indistinguishable from one that does not exist.

Required permission: `settings_permissions_bins`.

## Path parameters

- `id` string, required

## Response `200`

A single bin

## 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/f8930b2c2924/schema)
