Storm docs logo
Search the docs.../
Explore Storm Products

Cluster Transcode Status

Returns the current status of the cluster transcoding service.

Request

PropertyValue
MethodGET
URL/api/cluster/transcode/status
Content-Typeapplication/json
AuthenticationBearer Token
Request
Code iconbash
curl -X GET "{BASE_URL}/api/cluster/transcode/status" \
  -H "Authorization: Bearer YOUR_TOKEN"

Response Body

ParameterTypeDescription
data.nextEvaluationTimeintegerNext evaluation timestamp (Unix timestamp in ms)
data.activeTranscodeTaskCountintegerNumber of currently active transcoding tasks
data.evaluationIntervalintegerEvaluation interval in seconds
data.maxTranscodeTaskCountintegerMaximum number of concurrent transcoding tasks
data.statusstringTranscode service status (e.g., "active")
meta.executionTimeintegerRequest processing time in milliseconds
meta.generatedAtintegerResponse generation timestamp (Unix timestamp in ms)
Successful Response (200)
Code iconjson
{
  "data": {
    "nextEvaluationTime": 1771957940444,
    "activeTranscodeTaskCount": 1,
    "evaluationInterval": 30,
    "maxTranscodeTaskCount": 15,
    "status": "active"
  },
  "meta": {
    "executionTime": 0,
    "generatedAt": 1771957936625
  }
}

Error Response (4xx/5xx)

ParameterTypeDescription
messagestringHuman-readable error message
Error Response
Code iconjson
{
  "message": "Error message"
}
Support Needed?

Create a free ticket and our support team will provide you necessary assistance.

Blog
Support
About us
Patents
Term of use
Privacy policy
Contact
©2026 Storm Streaming Media. All Rights Reserved.