v1

latestOpenAPI 3.0.3MIT2026-07-24122271451.2 KB
Content Library Items

Content Library Item Status

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 StatusStatus Description
cli.UPLOADEDThe CLI upload process has been initiated and is currently in progress. It will soon transition to the cli.PROCESSED state.
cli.PROCESSEDThe CLI has been successfully uploaded and created. At this stage, all aspects of the CLI are editable.
cli.ERRORThe CLI upload process has failed. Please refer to the error details in the response for more information.
get/public/v1/content-library-items/{id}

Path parameters

idstring required

Content Library Item ID

Response

OK

idstring
namestring
date_createdstring date-time
date_modifiedstring date-time
versionstring
status'cli.UPLOADED' | 'cli.PROCESSED' | 'cli.ERROR'

Example response

{
  "id": "iMymdDd9XFD3HyxP5VD67Q",
  "name": "Sample CLI",
  "date_created": "2021-06-17T15:51:13.226974Z",
  "date_modified": "2021-06-17T15:51:13.326974Z",
  "version": "2"
}