According to this two answers, there is no webhook to my service know a video processing is finished after upload. And both answer use `GET /v2/media/{media}` as a alternative endpoint to know the video is ready or not.
https://support.jwplayer.com/customer/portal/questions/17227083-get-video-status
https://support.jwplayer.com/customer/portal/questions/17189377-webhooks-on-new-content-
But, when I make a request to `GET /v2/media/{media}`, there is no key in the JSON response that I can use to know this. The only parameter that I provide was the `media_id`. Using the admin dashboard, I can access my video and see his status is `ready`. Which parameter I've to send to see this `status` in the response?
Thanks in advance!
↧