---
title: "list dependencies"
method: GET
path: "/dependencies"
tags: ["dependencies"]
---

# list dependencies

`GET /dependencies`

## Query parameters

- `page` integer
- `per_page` integer
- `ecosystem` string
- `package_name` string
- `package_id` string
- `requirements` string
- `kind` string
- `optional` boolean
- `after` string
- `sort` 'id' | 'created_at' | 'updated_at' | 'package_name' | 'ecosystem' | 'kind'
- `order` string

## Response `200`

OK

- Dependency[]
  - `id` integer, required
  - `ecosystem` string, required
  - `package_name` string, required
  - `requirements` string, nullable, required
  - `kind` string, nullable, required
  - `optional` boolean, nullable, required

## Changes

- **2026-03-02** (v1) `705144173134` — 1 breaking, 6 info
  - the `query` request parameter `sort` was restricted to a list of enum values
  - added the new enum value `created_at` to the `query` request parameter `sort`
  - added the new enum value `ecosystem` to the `query` request parameter `sort`
  - added the new enum value `id` to the `query` request parameter `sort`
  - …3 more
- **2025-11-26** (v1) `bfc6abcb8f60` — 2 info
  - added the new optional `query` request parameter `order`
  - added the new optional `query` request parameter `sort`
- **2024-05-13** (v1) `5fcad531d65a` — 1 info
  - added the required property `items/id` to the response with the `200` status
- **2024-05-13** (v1) `ec423a08d863` — 1 info
  - endpoint added
- **2023-04-04** (v1) `34c39773ceae` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/ecosyste-ms/apis/ecosyste-ms-packages/changes/dependencies/get.md)

---

[API](https://skmtc.dev/ecosyste-ms/apis/ecosyste-ms-packages.md) · [All operations](https://skmtc.dev/ecosyste-ms/apis/ecosyste-ms-packages/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/ecosyste-ms/ecosyste-ms-packages/revisions/2b4bc337f408/schema)
