cielo24 Logo
latest
  • The Basics
  • Sample Use Cases
  • Access Control
  • Job Control
    • Create Job
    • Authorize Job
    • Modify Job
    • Delete Job
    • Job Info
    • Job List
    • list_related
    • Add Media To Job
    • Add transcript To Job
    • Add Embedded Media To Job
    • Add Custom Guideline To Job
    • Get Media
    • Get Transcoded Media
    • Perform Transcription
    • Order Translation
    • Get Transcript
    • Get Caption
    • Get ElementList
    • Get List of ElementLists
    • Aggregate Statistics
    • Request Pre-signed Upload URL
    • Uplevel Job
  • Output Formats
cielo24
  • Docs »
  • Job Control »
  • list_related
  • Edit on GitHub

list_related¶

Get both the leading job and a list of jobs related to the leading jobs

HTTP Method

GET /api/job/list_related¶

Query String Parameters — Required

Name Details
job_id Description Unique identifier for either the leading job or related
Allowed Values Hex Sring
Example job_id=93n7dc5c7cce449fbk4h3nfo89m2be8w
api_token Description The API token used for this session
Allowed Values Hex String
Example api_token=7ca5dc5c7cce449fb0fff719307e8f5f

Responses

HTTP Code Details
200 Description Success
Contents
JSON formatted Job List.
See Job List Format for details.
4xx Description User input error occurred
Contents Error description (see Error Format for details)
5xx Description System error occurred
Contents Error description (see Error Format for details)

Example Requests


GET /api/job/list_related?api_token=7ca5dc5c7cce449fb0fff719307e8f5f&job_id=93n7dc5c7cce449fbk4h3nfo89m2be8w Host: api.cielo24.com

Example Response

HTTP/1.1 200 OK
Content-Type: application/json

{
  "related_jobs": [],
  "leading_job": {
    "job_status": "Pending",
    "job_id": "99ac39bc9fe344bea6a8fdb75afccbda",
    "current_priority": "STANDARD",
    "media_length": "0:10:22.844807",
    "current_fidelity": "HIGH",
    "language": "fr:en,fr"
  }
}
Next Previous

© Copyright 2014, cielo24 Revision a63d1ee4.

Built with Sphinx using a theme provided by Read the Docs.
Read the Docs v: latest
Versions
latest
Downloads
pdf
html
epub
On Read the Docs
Project Home
Builds

Free document hosting provided by Read the Docs.