I’m trying to get all of the completed assets by using this query.
https://api.video.wowza.com/api/v1.8/assets?filter[0][field]=state&filter[0][eq]=completed
Authorization: Bearer JWT_TOKEN
But still, assets with the different states show up.
I’m trying to get all of the completed assets by using this query.
https://api.video.wowza.com/api/v1.8/assets?filter[0][field]=state&filter[0][eq]=completed
Authorization: Bearer JWT_TOKEN
But still, assets with the different states show up.
Let me check for you and see if it requires a different call or if this is a potential error in the response. Be back soon when I have some info.
Ok so you should be able to get only the assets that have uploaded and are completed with this call:
https://api.video.wowza.com/api/v1.8/assets?state=completed
If you still get other states in the response, can you please send a support ticket so we can investigate?
Thanks.