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

# Get all spec_sections in project

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

## Path parameters

- `project_id` string, uuid, required

## Query parameters

- `last_synced_at` string, date-time
- `filters[current_version_title_eq]` string
- `filters[current_version_title_like]` string
- `filters[section_number_eq]` string
- `filters[section_number_like]` string
- `filters[attached_to_submittal_eq]` string
- `filters[created_at_gte]` string
- `filters[created_at_gt]` string
- `filters[created_at_lte]` string
- `filters[created_at_lt]` string
- `filters[updated_at_gte]` string
- `filters[updated_at_gt]` string
- `filters[updated_at_lte]` string
- `filters[updated_at_lt]` string
- `filters[spec_section_current_version_title_section_number_like]` string
- `filters[conflict_eq]` string
- `filters[processing_eq]` string

## Headers

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

## Response `200`

Successful response

- SpecSection[]
  - `id` string, uuid, required — ID of the spec_section
  - `section_number` string, required — The number that the spec_section corresponds to within a spec book
  - `project_id` string, uuid, required — ID of the project the spec_section belongs to
  - `current_version_id` string, uuid, nullable, required — ID of the current spec_section_version of the spec_section
  - `current_version_title` string, required — Title of the current spec_section_version of the spec_section
  - `current_version_description` string, required — Description of the spec_section_version of the spec_section
  - `current_version_file_url` string, nullable, required — The URL for the PDF associated with the current spec_section_version of the spec_section
  - `current_version_thumb_url` string, nullable, required — The URL for the thumbnail associated with the current spec_section_version of the spec_section
  - `conflict` boolean, required — Indicates a version conflict on the spec_section
  - `processing` boolean, required — Indicates the processing status of the spec_section
  - `error` boolean — Indicates whether the spec_section contains an error
  - `creator_user_id` integer, required — ID of the user who created the spec_section
  - `last_editor_user_id` integer, nullable, required — ID of the last user who edited the spec_section
  - `created_at` string, date-time, required — Time when the server created the spec_section
  - `updated_at` string, date-time, required — Time when the server last updated the spec_section
  - `deleted_at` string, date-time, nullable, required — Time when the server last deleted the spec_section
  - `device_created_at` string, date-time, required — Time when the device created the spec_section
  - `device_updated_at` string, date-time, required — Time when the device last updated the spec_section

---

[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)
