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 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.

Servers

Path parameters

Name Type Required Description
id String Yes

Content Library Item ID

How to start integrating

  1. Add HTTP Task to your workflow definition.
  2. Search for the API you want to integrate with and click on the name.
    • This loads the API reference documentation and prepares the Http request settings.
  3. Click Test request to test run your request to the API and see the API's response.