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
6 rows where action = "Application Complete" and marked_by = "Katrina Lapira" sorted by event_date descending
This data as json, CSV (advanced)
Suggested facets: project_id, address, event_date, stage_status, event_date (date), imported_at (date)
| Link | rowid | id | project_id | address | permit_number | stage | action | event_date ▲ | assigned_to | marked_by | comment | stage_status | source | imported_at | permit_type |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 144 | 144 | 144 | 116 | 2462 BANCROFT | ZP2023-0107 | Completeness Review | Application Complete | 2024-02-15 | Katrina Lapira | Katrina Lapira | Complete | accela | 2026-03-28 16:22:27 | Planning | |
| 65 | 65 | 65 | 126 | 2427 San Pablo | ZP2022-0115 | Completeness Review | Application Complete | 2024-02-06 | Katrina Lapira | Complete | accela | 2026-03-28 16:22:26 | Planning | ||
| 576 | 576 | 642 | 152 | 1598 UNIVERSITY Ave | ZP2022-0011 | Unknown | Application Complete | 2023-01-23 | Katrina Lapira | Complete | accela | 2026-03-29 02:16:04 | Planning | ||
| 532 | 532 | 555 | 152 | 1598 UNIVERSITY AVE | DRCF2024-0004 | Unknown | Application Complete | 2023-01-23 | Katrina Lapira | Complete | accela | 2026-03-29 00:46:10 | Other | ||
| 488 | 488 | 491 | 152 | 1598 UNIVERSITY Ave | 1598 | Unknown | Application Complete | 2023-01-23 | Katrina Lapira | Complete | accela | 2026-03-29 00:42:06 | Other | ||
| 650 | 650 | 737 | 161 | 2555 COLLEGE Ave | ZP2022-0019 | Marked as Resubmittal Pending Staff on 06/22/2022 by Katrina Lapira | Application Complete | 2022-07-21 | Katrina Lapira | Active | accela | 2026-03-30 03:14:27 | 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);