# List queued video imports Returns video imports that are currently queued or processing. If a previously created video ID is no longer present, the import is considered complete and the video will appear in the VOD library. Endpoint: GET /transfers/queued Version: 1.0.0 Security: bearerAuth ## Response 200 fields (application/json): - `transferId` (string) Example: "tr_92aFxxQ" - `id` (string) Example: "tup_eK9_VlyyRnLr" - `videoName` (string) Example: "how-to-stream-custom-rtmp.mov" - `progress` (number) Example: 64 - `status` (string) Example: "processing" ## Response 401 fields (application/json): - `message` (string) Example: "Invalid request"