---
title: "Get path of an item."
method: GET
path: "/v2/content/{contentId}/path"
tags: ["contentManagement"]
---

# Get path of an item.

`GET /v2/content/{contentId}/path`

Get full path of a content item with the given identifier.

## Path parameters

- `contentId` string, required

## Response `200`

Full path of the content item.

- ContentPath
  - `path` string, required — Path of the content item.
  - `pathItems` PathSegment[] — The items in the path of the content.
    - `id` string, required — The identifier of the path segment.
    - `name` string, required — The name of the path segment.
    - `description` string — An optional description of the path segment.

## Other responses

- `default` — Operation failed with an error.

---

[API](https://skmtc.net/sumologic/apis/sumo-logic-api.md) · [All operations](https://skmtc.net/sumologic/apis/sumo-logic-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sumologic/sumo-logic-api/revisions/18a824df1e78/schema)
