---
title: "Count filtered worksites"
method: GET
path: "/worksites/count"
tags: ["Worksites"]
---

# Count filtered worksites

`GET /worksites/count`

Get the total count of worksites matching the current filters

## Query parameters

- `id__in` string
- `id` string
- `reported_by` string
- `case_number` string
- `name` string
- `name__startswith` string
- `address` string
- `address__startswith` string
- `city` string
- `city__startswith` string
- `county` string
- `county__startswith` string
- `state` string
- `state__startswith` string
- `postal_code` string
- `postal_code__startswith` string
- `created_at__gt` string
- `created_at__lt` string
- `updated_at__gt` string
- `updated_at__lt` string
- `phone1_dnis` string
- `phone1_dnis__in` string
- `phone2_dnis` string
- `phone2_dnis__in` string
- `search` string
- `incident` string
- `organization_bounds` string
- `organization_primary_location` string
- `organization_secondary_location` string
- `work_type` string
- `missing_work_type` string
- `my_team` string
- `member_of_my_organization` string
- `form_data` string
- `flags` string
- `locations` string
- `teams` string
- `phone_number` string
- `sort` 'id' | '-id' | 'case_number' | '-case_number' | 'address' | '-address' | 'name' | '-name' | 'city' | '-city' | 'county' | '-county' | 'state' | '-state' | 'postal_code' | '-postal_code' | 'created_at' | '-created_at' | 'updated_at' | '-updated_at'
- `center_coordinates` string
- `has_files` string
- `feed` string
- `include_lists` string
- `exclude_lists` string
- `limit` integer
- `offset` integer

## Response `200`

Count result

- object
  - `count` integer

---

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