Permit Timeline Events (755)
Data license: Public Domain (CC0) · Data source: City of Berkeley Accela, Alameda County GIS
- id
- Event ID
- project_id
- Link to projects table
- address
- Project address
- permit_number
- Permit number (ZP2023-0001 format)
- stage
- Processing stage (Completeness Review, Application Processing, CEQA, etc.)
- action
- Action taken (Application Complete, Corrections Issued, Approved, etc.)
- event_date
- Date of event
- assigned_to
- Staff assigned
- marked_by
- Staff who recorded the event
- comment
- Staff comments
- stage_status
- Stage completion status
- source
- Data source (accela)
- imported_at
- When data was imported
- permit_type
- Type of permit
9 rows where stage = "Due" sorted by event_date descending
This data as json, CSV (advanced)
Suggested facets: event_date, event_date (date), imported_at (date)
action 6
marked_by 4
- AA CONV 4
- RW 3
- SU 1
- Samella Stover 1
stage 1
- Due · 9 ✖
permit_type 1
- Planning 9
| Link | rowid | id | project_id | address | permit_number | stage | action | event_date ▲ | assigned_to | marked_by | comment | stage_status | source | imported_at | permit_type |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 686 | 686 | 860 | 153 | 1701 SAN PABLO AVE | PLN2024-0072 | Due | Marked as Research Completed on | 2025-02-24 | Samella Stover | Active | accela | 2026-03-30 03:27:10 | Planning | ||
| 687 | 687 | 861 | 153 | 1701 SAN PABLO AVE | PLN2024-0072 | Due | Marked as Void on | 2023-01-18 | SU | Active | accela | 2026-03-30 03:27:10 | Planning | ||
| 690 | 690 | 864 | 153 | 1701 SAN PABLO AVE | PLN2024-0072 | Due | Marked as Approved on | 2013-08-08 | RW | Active | accela | 2026-03-30 03:27:10 | Planning | ||
| 688 | 688 | 862 | 153 | 1701 SAN PABLO AVE | PLN2024-0072 | Due | Marked as Complete on | 2013-07-31 | RW | Active | accela | 2026-03-30 03:27:10 | Planning | ||
| 689 | 689 | 863 | 153 | 1701 SAN PABLO AVE | PLN2024-0072 | Due | Marked as Continuing legal use on | 2013-05-01 | RW | Active | accela | 2026-03-30 03:27:10 | Planning | ||
| 692 | 692 | 866 | 153 | 1701 SAN PABLO AVE | PLN2024-0072 | Due | Marked as Completed on | 2010-09-03 | AA CONV | Active | accela | 2026-03-30 03:27:10 | Planning | ||
| 694 | 694 | 868 | 153 | 1701 SAN PABLO AVE | PLN2024-0072 | Due | Marked as Completed on | 2010-07-28 | AA CONV | Active | accela | 2026-03-30 03:27:10 | Planning | ||
| 693 | 693 | 867 | 153 | 1701 SAN PABLO AVE | PLN2024-0072 | Due | Marked as Complete on | 2010-07-28 | AA CONV | Active | accela | 2026-03-30 03:27:10 | Planning | ||
| 691 | 691 | 865 | 153 | 1701 SAN PABLO AVE | PLN2024-0072 | Due | Marked as Complete on | 2010-06-24 | AA CONV | Active | accela | 2026-03-30 03:27:10 | Planning |
Advanced export
JSON shape: default, array, newline-delimited
CREATE TABLE "permit_events" ( "id" INTEGER, "project_id" INTEGER, "address" TEXT, "permit_number" TEXT, "stage" TEXT, "action" TEXT, "event_date" TEXT, "assigned_to" TEXT, "marked_by" TEXT, "comment" TEXT, "stage_status" TEXT, "source" TEXT, "imported_at" TEXT, "permit_type" TEXT ); CREATE INDEX idx_events_permit ON permit_events(permit_number); CREATE INDEX idx_events_project ON permit_events(project_id); CREATE INDEX idx_events_date ON permit_events(event_date);