---
title: "getFileSummaryJob"
method: GET
path: "/v1/files/{id}/summary-jobs/{job_id}"
tags: ["File"]
---

# getFileSummaryJob

`GET /v1/files/{id}/summary-jobs/{job_id}`

Get an AI summary job by id.

## Path parameters

- `id` union, required
  - string — Empty string (used when file ID not yet assigned)
  - string, uuid — Valid UUID v4
- `job_id` string, uuid, required

## Response `200`

Summary job

- FileSummaryJob
  - `job_id` string, uuid, required — File summary job ID.
  - `file_id` union, required
    - string — Empty string (used when file ID not yet assigned)
    - string, uuid — Valid UUID v4
  - `status` 'queued' | 'waiting_for_extraction' | 'processing' | 'completed' | 'failed' | 'unsupported' | 'stale', required — Current state of a file summary job.
  - `error` string — Human-readable failure or unsupported reason when available.
  - `created_at` string, date-time, required
  - `updated_at` string, date-time, required
  - `completed_at` string, date-time

## Other responses

- `400` — Invalid request parameters or payload
- `401` — Authentication required or invalid credentials
- `403` — Insufficient permissions to access the resource
- `404` — The requested resource was not found
- `500` — An unexpected error occurred on the server

---

[API](https://skmtc.net/epilot/apis/file-api.md) · [All operations](https://skmtc.net/epilot/apis/file-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/epilot/file-api/revisions/4d61b97f1e97/schema)
