Skip to main content
GET
/
{space_id}
/
workflows
/
{workflow_id}
/
jobs
/
{workflow_job_id}
/
content
Error
A valid request URL is required to generate request examples
{
  "content": {
    "media_nicknames": [
      {
        "name": [
          "CML"
        ],
        "description": [
          "A version of material capable of being utilized in CML solutions."
        ],
        "identifier": [
          "8a60b468-0895-4dba-9489-7f4fe93549c5"
        ],
        "files": [
          "<string>"
        ]
      }
    ],
    "attachments": [
      {
        "name": [
          "CML"
        ],
        "description": [
          "A version of material capable of being utilized in CML solutions."
        ],
        "identifier": [
          "8a60b468-0895-4dba-9489-7f4fe93549c5"
        ],
        "file": "<string>"
      }
    ],
    "labels": [
      {
        "name": [
          "CML"
        ],
        "description": [
          "A version of material capable of being utilized in CML solutions."
        ],
        "identifier": [
          "8a60b468-0895-4dba-9489-7f4fe93549c5"
        ],
        "parameters": [
          {
            "name": [
              "AudioChannels"
            ],
            "typecode": [
              "Int16"
            ],
            "identifier": [
              "8a0e8e0d-0000-0000-0000-000000000001"
            ],
            "default_value": [
              "1"
            ],
            "value": [
              "2"
            ],
            "description": [
              "This parameter controls the number of audio channels."
            ],
            "minimum_value": [
              "1"
            ],
            "maximum_value": [
              "10"
            ],
            "increment_value": [
              "1"
            ],
            "options": [
              {
                "options": {
                  "option1": [
                    "red"
                  ],
                  "option2": [
                    "green"
                  ],
                  "option3": [
                    "blue"
                  ]
                }
              }
            ]
          }
        ]
      }
    ]
  }
}

Authorizations

Authorization
string
header
required

API key passed as a Bearer token in the Authorization header

Path Parameters

space_id
string<uuid>
required

UP Space Id

Example:

"d290f1ee-6c54-4b01-90e6-d701748f0851"

workflow_id
string<uuid>
required

Unique identifier of a Workflow

Example:

"e3c908ad-dc8f-4edb-88f7-c84dec0aef99"

workflow_job_id
string<uuid>
required

workflow job id

Example:

"fe2ecbvw-8c9a-4d2b-9f0e-1a2b3c4d5e6f"

Response

Get the content (Job Binder) for a particular Workflow Job

content
object