API for a file "in processing"?

Is there any method via API for listing videos that are being processed? We need to be able to filter videos that are still being transcoded and not yet moved to object storage. It is probably something simple, but it eludes me. :slight_smile:
Perfect would be a simple boolean for « complete »… true/false.
Thanks!

Hi,

Unfortunately it’s not possible yet.

You can use include param when listing videos to list videos that are not yet published and find latest videos with a specific state.

You can also list waiting or active instance jobs: PeerTube

Thanks - Maybe we could get this status per video in the future?
Yes for now I am trying « transcoding » jobs. I did not thing to try active and waiting. I will see if we can but this square peg in a round hole for now. :slight_smile:
Thanks!

Maybe we could get this status per video in the future?

Sure, don’t hesitate to create an issue GitHub - Chocobozzz/PeerTube: ActivityPub-federated video streaming platform using P2P directly in your web browser :slight_smile: