---
title: "Show all projects in an account"
method: GET
path: "/api/v3/account/projects"
tags: ["projects"]
---

# Show all projects in an account

`GET /api/v3/account/projects`

## Headers

- `Fieldwire-Version` string, date, required
- `Fieldwire-Filter` 'all' | 'active' | 'deleted'

## Response `200`

Successful response

- ProjectForAccount[]
  - `id` string, uuid, required — ID of the entity
  - `account_id` integer, required — Account id project is under
  - `has_logo` boolean, required — Boolean if project has logo
  - `is_3d_bim_enabled` boolean, nullable — If 3D BIM is enabled for this project
  - `is_email_notifications_enabled` boolean, required — Whether email notifications are enabled for this project
  - `prompt_effort_on_complete` boolean, required — Whether prompt to input effort should be shown on marking tasks as completed
  - `address` string, nullable — Address of this project
  - `code` string, nullable — Code of this project
  - `color` string, required — Color to use for this project for highlighting in the UI
  - `currency` string, required — Currency to use for the `cost_value` of `Task`s in this project
  - `default_pm_group_id` string, uuid, nullable — The default PmGroup for this project, if it is a PM-enabled project
  - `logo_url` string, nullable — URL of the logo for this project
  - `man_power_units` string, required — Unit to use for the `man_power_value` of `Task`s in this project
  - `name` string, required — Name of this project
  - `time_zone` string, required — Timezone of this project
  - `sheets_limit` integer, nullable — Count of the latest sheet versions that should be cached on the mobile apps
  - `owner_email` string, nullable — Email of user who owns the project
  - `plan_name` 'Basic' | 'Pro' | 'Business' | 'Enterprise' — Tier this project belongs to
  - `is_premium` boolean, required — If this is a premium project
  - `is_enterprise` boolean, required — If this project is an enterprise project
  - `archived_at` string, date-time, nullable — Time when this project was archived
  - `created_at` string, date-time, required — Time when the server created the entity
  - `device_created_at` string, date-time, required — Time when the device created the entity
  - `resolved_conflict` boolean, required — Specifies if PUT/PATCH request was rejected - do not store this field!
  - `device_updated_at` string, date-time, required — Time when the device last updated the entity
  - `updated_at` string, date-time, required — Time when the server last updated the entity
  - `deleted_at` string, date-time, nullable — Time the server deleted the entity

---

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