Retrieve live stream playback ID
documentedRetrieve a live stream playback ID.
GET /video/v1/live-streams/{LIVE_STREAM_ID}/playback-ids/{PLAYBACK_ID}Video APIno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://api.mux.com/video/v1/live-streams/{{$LIVE_STREAM_ID}}/playback-ids/{{$PLAYBACK_ID}}" \
-X GET \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
-u "{{MUX_TOKEN_ID}}:{{MUX_TOKEN_SECRET}}"