---
title: "Get Job Results By Game"
method: GET
path: "/api/v1/jobs/by-game/{game_id}/results"
tags: ["Jobs"]
---

# Get Job Results By Game

`GET /api/v1/jobs/by-game/{game_id}/results`

Get job results by game_id instead of job_id.

## Path parameters

- `game_id` string, required

## Headers

- `x-api-key` string, nullable
- `League` string, nullable

## Response `200`

Successful Response

- JobResultsResponse
  - `job_id` string, required
  - `completed` integer, required
  - `failed` integer, required
  - `tasks` VideoClipResult[], required
    - `jersey_number` string, nullable
    - `team` string, nullable
    - `play_type` string, nullable
    - `play_type_name` string, nullable
    - `exact_timestamp` string, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/preciser/apis/preciser-data-management-api.md) · [All operations](https://skmtc.net/preciser/apis/preciser-data-management-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/preciser/preciser-data-management-api/versions/c5f6b8674011/schema)
