Academy Software Foundation · Example Payload

Academy Software Foundation Getjob Example

AnimationColor ManagementFilmLinux FoundationOpen SourceRenderingStandardsVisual EffectsVFX

Academy Software Foundation Getjob Example is an example object payload from Academy Software Foundation, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathsummaryrequestExamplesresponseExamples

Example Payload

Raw ↑
{
  "operationId": "getJob",
  "method": "GET",
  "path": "/api/job/{job_id}",
  "summary": "Academy Software Foundation Get Job",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "getJob200Example",
      "example": {
        "id": "job-def456",
        "name": "feature_film_2026-shot_001-render_v001",
        "show": "feature_film_2026",
        "state": "RUNNING",
        "priority": 100,
        "totalFrames": 100,
        "doneFrames": 45,
        "runningFrames": 8,
        "deadFrames": 0,
        "waitingFrames": 47
      }
    }
  ]
}