Skip to content
Discussion options

You must be logged in to vote

Hi @Gapuccino ,

Yes — it’s absolutely possible to obtain the IDs of all videos published on your Arc XP sites and identify which ones are no longer in use.

To make this easier, we’ve prepared a Bash script that connects to the Arc Content API, lists all type:video items, and checks how many stories reference each video.

The script generates two CSV reports:

  • videos_audit.csv — all videos with their usage counts
  • videos_unused.csv — only videos that are not referenced anywhere
    You can run it locally on macOS, Linux, or Windows (WSL).

Prerequisites

Make sure you have curl and jq installed:

sudo apt install jq curl -y      # Debian/Ubuntu
# or
brew install jq                  # macOS

⚙️ St…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by radominchev
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
arcxp/publishing-apis Content API services arcxp/video-center Video hosting and streaming
2 participants