Wowza Community

Getting an assets using filters doesn't work

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

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.

It shows on your API documentation that we can do a filtered query. Is this not implemented yet?