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
12 rows where stage = "Stage: Case Closed" sorted by event_date descending
This data as json, CSV (advanced)
Suggested facets: project_id, address, permit_number, event_date, imported_at, event_date (date), imported_at (date)
action 5
- Completed 4
- Approved 3
- Research Completed 2
- Void 2
- Withdrawn 1
stage 1
- Stage: Case Closed · 12 ✖
| Link | rowid | id | project_id | address | permit_number | stage | action | event_date ▲ | assigned_to | marked_by | comment | stage_status | source | imported_at | permit_type |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 343 | 343 | 343 | 92 | 3036 REGENT St | ZP2024-0122 | Stage: Case Closed | Withdrawn | 2026-03-03 | TBD Marked as Withdrawn on 03/03/2026 by Boshi Fu | Boshi Fu | Active | accela | 2026-03-28 16:22:27 | Planning | |
| 545 | 545 | 568 | 153 | 1701 SAN PABLO AVE | PLN2024-0072 | Stage: Case Closed | Research Completed | 2025-02-24 | Samella Stover | Active | accela | 2026-03-29 00:46:10 | Planning | ||
| 501 | 501 | 504 | 153 | 1701 SAN PABLO Ave | 1701 | Stage: Case Closed | Research Completed | 2025-02-24 | Samella Stover | Active | accela | 2026-03-29 00:42:06 | Other | ||
| 653 | 653 | 740 | 161 | 2555 COLLEGE Ave | ZP2022-0019 | Stage: Case Closed | Approved | 2023-05-31 | MJ | Active | accela | 2026-03-30 03:14:27 | Planning | ||
| 553 | 553 | 576 | 153 | 1701 SAN PABLO AVE | PLN2024-0072 | Stage: Case Closed | Void | 2023-01-18 | SU | Active | accela | 2026-03-29 00:46:10 | Planning | ||
| 509 | 509 | 512 | 153 | 1701 SAN PABLO Ave | 1701 | Stage: Case Closed | Void | 2023-01-18 | SU | Active | accela | 2026-03-29 00:42:06 | Other | ||
| 556 | 556 | 579 | 153 | 1701 SAN PABLO AVE | PLN2024-0072 | Stage: Case Closed | Approved | 2013-08-08 | RW | Active | accela | 2026-03-29 00:46:10 | Planning | ||
| 512 | 512 | 515 | 153 | 1701 SAN PABLO Ave | 1701 | Stage: Case Closed | Approved | 2013-08-08 | RW | Active | accela | 2026-03-29 00:42:06 | Other | ||
| 558 | 558 | 581 | 153 | 1701 SAN PABLO AVE | PLN2024-0072 | Stage: Case Closed | Completed | 2010-09-03 | AA CONV | Active | accela | 2026-03-29 00:46:10 | Planning | ||
| 514 | 514 | 517 | 153 | 1701 SAN PABLO Ave | 1701 | Stage: Case Closed | Completed | 2010-09-03 | AA CONV | Active | accela | 2026-03-29 00:42:06 | Other | ||
| 560 | 560 | 583 | 153 | 1701 SAN PABLO AVE | PLN2024-0072 | Stage: Case Closed | Completed | 2010-07-28 | AA CONV | Active | accela | 2026-03-29 00:46:10 | Planning | ||
| 516 | 516 | 519 | 153 | 1701 SAN PABLO Ave | 1701 | Stage: Case Closed | Completed | 2010-07-28 | AA CONV | Active | accela | 2026-03-29 00:42:06 | Other |
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);