Transloadit
Pricing
  • File Uploads
  • File Importing
  • Video Encoding
  • Audio Encoding
  • Image Processing
  • Document Processing
  • Artificial Intelligence
  • File Filtering & Security
  • Media Cataloging
  • File Compression
  • Code Evaluation
  • File Exporting
  • Smart CDN
  • View all services
  • Explore integrations
  • Explore live demos
  • Uppy
  • TransloaditKit
  • Android SDK
  • Node SDK
  • Python SDK
  • Ruby SDK
  • Go SDK
  • Java SDK
  • PHP SDK
  • Zapier
  • MCP Server
  • Terraform
  • Essentials
  • Best Practices
  • FAQ
  • Robots
  • API
  • Formats
  • Build your first app
  • About
  • Comparisons
  • Open Source
  • Testimonials
  • Jobs
  • Security
  • Posts
  • DevTimes
  • DevTips
  • Press
  • Research
  • Case Studies
  • Solutions
  • Guides
  • Glossary
  • Legal
  • Tools
  • Helping Coursera bring education to millions around the world
  • Transloadit Support
  • Open Source Support
  • Service level agreement
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
Queues
  • 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.

    Previous page ← Retrieve a month’s billNext page Create a new Template Credential →
    TransloaditChecking status…

    Product

    • Services
    • Pricing
    • Demos
    • Tools
    • Security
    • Support

    Company

    • About/Press
    • Blog/Jobs
    • Comparisons/Compliance matrix
    • Research
    • Open source
    • Solutions

    Docs

    • Getting started
    • Transcoding
    • FAQ
    • API
    • Guides/DevTips
    • Supported formats

    More

    • Platform status⁠
    • Community forum⁠
    • StackOverflow⁠
    • Uppy
    • tus⁠

    © 2009–2026 Transloadit-II GmbH

    PrivacyTermsImprint