Get All Jobs By Hash

GET {{api_base}}/{{api_version}}/api/integration/jobs/{{hash}}

Overview

Gets all jobs that match a specific hash. Good for checking on specific downloads such as a download page, that could contain a lot of jobs.

Statuses

  • pending -> Upload is still waiting in the queue. Waiting for spot to upload.
  • uploading -> Upload is uploading to the proper remote. Progress will be updated as upload continues.
  • completed -> Upload has successfully been uploaded. Progress will be at 1, and the download URL will be populated.
  • failed -> The upload has failed. Check the Detail key for information.

Authorization

Requires an API key using the Authorization Bearer Header.

HEADERS

| Key | Datatype | Required | Description |

RESPONSES

status: OK

{"success":true,"error":null,"detail":"Jobs retrieved successfully.","data":[{"id":0,"created_at":"2024-06-13T07:51:12.40135+00:00","updated_at":"2024-06-13T07:51:22.21287+00:00","auth_id":"XXXXXXXXXXXXXXXXXXXXXXXXXX","hash":"XXXXXXXXXXXXXXXXXXXXXXXXXX","type":"torrent","integration":"gofile","file_id":0,"zip":false,"progress":1,"detail":"Upload complete.","download_url":"https://XXXXXXXXXXXXXXXXXXXXXXXXXX","status":"completed"},{"id":1,"created_at":"2024-06-13T07:47:49.781229+00:00","updated_at":"2024-06-13T07:48:29.671291+00:00","auth_id":"XXXXXXXXXXXXXXXXXXXXXXXXXX","hash":"XXXXXXXXXXXXXXXXXXXXXXXXXX","type":"usenet","integration":"dropbox","file_id":0,"zip":false,"progress":1,"detail":"Upload complete.","download_url":"https://XXXXXXXXXXXXXXXXXXXXXXXXXX","status":"completed"},{"id":2,"created_at":"2024-06-13T07:50:01.661069+00:00","updated_at":"2024-06-13T07:50:20.359959+00:00","auth_id":"XXXXXXXXXXXXXXXXXXXXXXXXXX","hash":"XXXXXXXXXXXXXXXXXXXXXXXXXX","type":"torrent","integration":"1fichier","zip":true,"progress":0.3,"detail":"Uploading to 1Fichier","download_url":null,"status":"uploading"},{"id":3,"created_at":"2024-06-13T07:51:41.618429+00:00","updated_at":"2024-06-13T07:54:42.552869+00:00","auth_id":"XXXXXXXXXXXXXXXXXXXXXXXXXX","hash":"XXXXXXXXXXXXXXXXXXXXXXXXXX","type":"webdownload","integration":"onedrive","file_id":0,"zip":false,"progress":0,"detail":"Failed to upload to onedrive. Please try again.","download_url":null,"status":"failed"},{"id":4,"created_at":"2024-06-13T07:54:32.005808+00:00","updated_at":"2024-06-13T07:55:02.300166+00:00","auth_id":"XXXXXXXXXXXXXXXXXXXXXXXXXX","hash":"XXXXXXXXXXXXXXXXXXXXXXXXXX","type":"torrent","integration":"1fichier","file_id":0,"zip":false,"progress":0,"detail":"Upload is preparting to start.","download_url":null,"status":"pending"},{"id":5,"created_at":"2024-06-16T10:50:17.748392+00:00","updated_at":"2024-06-16T10:50:28.755465+00:00","auth_id":"XXXXXXXXXXXXXXXXXXXXXXXXXX","hash":"XXXXXXXXXXXXXXXXXXXXXXXXXX","type":"torrent","integration":"google","file_id":0,"zip":false,"progress":1,"detail":"Upload complete.","download_url":"https://XXXXXXXXXXXXXXXXXXXXXXXXXX","status":"completed"}]}