---
title: "Get multiple categories"
method: GET
path: "/categories/{ids}"
tags: ["Categories"]
---

# Get multiple categories

`GET /categories/{ids}`

## Path parameters

- `ids` string, required — Comma-separated list of identifiers

## Response `200`

Successful response

- Category
  - `id` string — Identifier of a resource
  - `created` integer
  - `version` integer
  - `name` string

---

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