Transloadit
Pricing
Log in
Sign up
EssentialsRobotsFAQAPIFormatsBest Practices
Topics
  • Endpoints
  • Response codes
  • Authentication
  • Metadata
  • API security
  • Rate limiting
  • Queues
  • Resumable uploads
Authentication
  • Create a bearer token
Assemblies
  • Create a new Assembly
  • Retrieve an Assembly Status
  • Stream Assembly changes live
  • Cancel a running Assembly
  • Replay an Assembly
  • Retrieve list of Assemblies
  • Assembly Status response
Webhooks
  • Replay Assembly Notification
Billing
  • Retrieve a month’s bill
Queue
  • Retrieve currently used priority job slots
Template Credentials
  • Create a new Template Credential
  • Retrieve a Template Credential
  • Edit a Template Credential
  • Delete a Template Credential
  • Retrieve list of Template Credentials
Templates
  • Create a new Template
  • Retrieve a Template
  • Edit a Template
  • Delete a Template
  • Retrieve list of Templates

Retrieve currently used priority job slots

GEThttps://api2.transloadit.com/queues/job_slots?signature={SIGNATURE}
Warning
This endpoint requires your Auth Key to have the queues:read scope.

Retrieves the sum of priority job slots that are currently in use in the count field of the response.

It also returns corresponding Assembly IDs, Step names and Job Ids. Please include Assembly Ids and Job Ids in your support tickets so we can inspect the logs for them for you.

GET query components

  • Passing signature is required. For more information, please check Signature Authentication.

    Response

    Here’s an example response body:

    {
      "ok": "PRIORITY_JOB_SLOTS_FOUND",
      "priority_job_slots": {
        "count": 300,
        "slots": {
          "[[assembly_id]]": {
            "step_name1": {
              "[[job_id]]": 60,
              "[[job_id]]": 10,
              "[[job_id]]": 30,
            },
            "step_name2": {
              "[[job_id]]": 60,
              "[[job_id]]": 10,
              "[[job_id]]": 30,
            }
          },
          "[[assembly_id]]": {
            "step_name1": {
              "[[job_id]]": 60
            },
            "step_name2": {
              "[[job_id]]": 10,
              "[[job_id]]": 30
            }
          }
        }
      }
    }

    On success this request returns a JSON response with the success code PRIORITY_JOB_SLOTS_FOUND and the corresponding job slot data. On error it contains a JSON response including an error field that contains an error status code and a reason field that contains details on what went wrong.

    ← Retrieve a month’s billCreate a new Template Credential →
    Transloadit
    © 2009–2026 Transloadit-II GmbH
    Privacy⋅Terms⋅Imprint

    Product

    • Services
    • Pricing
    • Demos
    • Security
    • Support

    Company

    • About / Press
    • Blog / Jobs
    • Comparisons
    • Open source
    • Solutions

    Docs

    • Getting started
    • Transcoding
    • FAQ
    • API
    • Supported formats

    More

    • Platform status
    • Community forum
    • StackOverflow
    • Uppy
    • Tus