---
title: "Get all spec_uploads in project"
method: GET
path: "/api/v3/projects/{project_id}/spec_uploads"
tags: ["spec uploads"]
---

# Get all spec_uploads in project

`GET /api/v3/projects/{project_id}/spec_uploads`

## Path parameters

- `project_id` string, uuid, required

## Query parameters

- `last_synced_at` string, date-time
- `filters[status_eq]` string
- `filters[created_at_gte]` string
- `filters[created_at_gt]` string
- `filters[created_at_lte]` string
- `filters[created_at_lt]` string
- `filters[name_like]` string
- `filters[name_eq]` string
- `filters[updated_at_gte]` string
- `filters[updated_at_gt]` string
- `filters[updated_at_lte]` string
- `filters[updated_at_lt]` string

## Headers

- `Fieldwire-Version` string, date, required
- `Fieldwire-Filter` 'active' | 'deleted'
- `Fieldwire-Per-Page` integer

## Response `200`

Successful response

- SpecUpload[]
  - `id` string, uuid, required — ID of the spec_upload
  - `status` 'processing' | 'reviewed' | 'timeout_error' | 'process_error' | 'under_review' | 'null', nullable, required — Status of the spec_upload
  - `attachment_id` string, uuid, required — ID of the associated attachment on the spec_upload
  - `file_url` string, required — file_url of the associated attachment - this field is delegated
  - `name` string, required — File name of the associated attachment - this field is delegated
  - `jid` string, nullable, required — The job id associated to the splitting of the uploaded PDF (and creation of spec_sections) after spec_upload#review is invoked
  - `default_version_description` string, nullable — The default version description to be used for spec section versions
  - `project_id` string, uuid, required — ID of the project the spec_upload belongs to
  - `creator_user_id` integer, required — ID of the user who created the spec_upload
  - `last_editor_user_id` integer, nullable, required — ID of the last user who edited the spec_upload
  - `created_at` string, date-time, required — Time when the server created the spec_upload
  - `updated_at` string, date-time, required — Time when the server last updated the spec_upload
  - `deleted_at` string, date-time, nullable, required — Time when the server last deleted the spec_upload
  - `device_created_at` string, date-time, nullable, required — Time when the device created the spec_upload
  - `device_updated_at` string, date-time, nullable, required — Time when the device last updated the spec_upload
  - `resolved_conflict` boolean, nullable, required — Specifies if PUT/PATCH request was rejected - do not store this field!

---

[API](https://skmtc.dev/fieldwire/apis/fieldwire-super-api.md) · [All operations](https://skmtc.dev/fieldwire/apis/fieldwire-super-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/fieldwire/fieldwire-super-api/revisions/66ee1c20b92d/schema)
