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

# Get all bubbles in project

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

## Path parameters

- `project_id` string, uuid, required

## Query parameters

- `last_synced_at` string, date-time

## Headers

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

## Response `200`

Successful response

- Bubble[]
  - `id` string, uuid, required — ID of the entity
  - `user_id` integer, required — ID of the user who created this bubble
  - `project_id` string, uuid, required — ID of the project this entity belongs to
  - `file_name` string, nullable — Name of the file uploaded
  - `task_id` string, uuid, required — ID of the task this bubble belongs to
  - `file_url` string, nullable — URL of the potentially processed file
  - `flattened_file_url` string, nullable — URL of the file that has the markups flattened too
  - `original_url` string, nullable — URL of the file originally uploaded by the user
  - `thumb_url` string, nullable — Thumb URL of the file if there is one
  - `file_size` integer, nullable — Size of file if there is one
  - `kind` 1 | 2 | 10 | 11 | 12 | 13 | 20 | 21, required — 1=> TEXT, 2=> LOG, 10=> PHOTO, 11=> PHOTO WITH ANNOTATIONS, 12=> DRAWING WITH ANNOTATIONS, 13=> PHOTO SPHERE, 20=> ATTACHMENT, 21=> VIDEO
  - `latitude` number, double, nullable — Latitude of where this photo bubble was created
  - `longitude` number, double, nullable — Longitude of where this photo bubble was created
  - `annotations` string, nullable — Annotations on the bubble
  - `content` string, nullable — Bubble's message in case of a text bubble or the file's name
  - `created_at` string, date-time, required — Time when the server created the entity
  - `resolved_conflict` boolean, nullable, required — Specifies if PUT/PATCH request was rejected - do not store this field!
  - `device_created_at` string, date-time, required — Time when the device created the entity
  - `device_updated_at` string, date-time, required — Time when the device last updated the entity
  - `original_created_at` string, date-time, nullable — Time when the device created the originating linked entity
  - `original_creator` integer, nullable — User that created the originating linked 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
  - `attachment_id` string, uuid, nullable — ID of the attachment entity
  - `captured_at` string, date-time, nullable — Time when the photo was captured by the device extracted from photo data

## Other responses

- `429` — Rate limit exceeded

---

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