---
title: "Content Library Item Status"
method: GET
path: "/public/v1/content-library-items/{id}"
tags: ["Content Library Items"]
---

# Content Library Item Status

`GET /public/v1/content-library-items/{id}`

Requesting the CLI status helps verify that a CLI is in the expected state before invoking additional API methods.

## Available CLI Statuses

The following is a complete list of all possible CLI statuses returned:

| CLI Status | Status Description |
|-----------------|--------------------|
| `cli.UPLOADED`  | The CLI upload process has been initiated and is currently in progress. It will soon transition to the `cli.PROCESSED` state. |
| `cli.PROCESSED` | The CLI has been successfully uploaded and created. At this stage, all aspects of the CLI are editable. |
| `cli.ERROR`     | The CLI upload process has failed. Please refer to the error details in the response for more information. |

## Path parameters

- `id` string, required

## Response `200`

OK

- ContentLibraryResponse
  - `id` string
  - `name` string
  - `date_created` string, date-time
  - `date_modified` string, date-time
  - `version` string
  - `status` 'cli.UPLOADED' | 'cli.PROCESSED' | 'cli.ERROR'

## Other responses

- `401` — Authentication error
- `403` — Permission error
- `404` — Not found
- `429` — Too Many Requests

---

[API](https://skmtc.net/pandadoc/apis/pandadoc-public-api.md) · [All operations](https://skmtc.net/pandadoc/apis/pandadoc-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pandadoc/pandadoc-public-api/versions/0c2b70be3fb0/schema)
