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
5 rows where marked_by = "Victoria Schlepp" sorted by event_date descending
This data as json, CSV (advanced)
Suggested facets: project_id, address, permit_number, stage_status, imported_at, 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 237 | 237 | 237 | 66 | 2204 DWIGHT Way | ZP2024-0059 | Stage: CEQA Determination | Categorically Exempt | 2026-02-27 | TBD Marked as Categorically Exempt on 02/27/2026 by Victoria Schlepp | Victoria Schlepp | Active | accela | 2026-03-28 16:22:27 | Planning | |
| 407 | 407 | 407 | 35 | 2190 SHATTUCK | ZP2025-0101 | Completeness Review | Incomplete Pending Applicant | 2025-11-21 | TBD | Victoria Schlepp | Active | accela | 2026-03-28 16:22:27 | Planning | |
| 456 | 456 | 456 | 42 | 1740 UNIVERSITY Ave | ZP2025-0079 | Unknown | Corrections - Pending Applicant | 2025-10-14 | Victoria Schlepp | Victoria Schlepp | Complete | accela | 2026-03-28 16:26:45 | Planning | |
| 358 | 358 | 358 | 132 | 1627 Jaynes St | ZP2024-0129 | Application Processing | Pending Final Action | 2025-03-10 | Victoria Schlepp | Complete | accela | 2026-03-28 16:22:27 | Planning | ||
| 357 | 357 | 357 | 132 | 1627 Jaynes St | ZP2024-0129 | Application Processing | Resubmittal - Pending Staff Review | 2024-12-16 | Victoria Schlepp | Complete | accela | 2026-03-28 16:22: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);