---
title: "Get Video Results"
method: GET
path: "/api/v1/instastats_videos/{job_id}/results"
tags: ["InstaStatsVideos"]
---

# Get Video Results

`GET /api/v1/instastats_videos/{job_id}/results`

Get the processed clip results of a completed upload.

When VIDEO_ENDPOINTS_LIVE is False, returns a preview response.

## Path parameters

- `job_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/revisions/42cb7b14430f/schema)
