Skip to documentation
Browse documentation

Get Event

Retrieve ParkWhiz event identity, venue, time window, type, and canonical path.

Capability ID parkwhiz.event.get
Cost 1 credit per request
Maximum runtime 30 seconds
View raw

POST /execute Shared execution endpoint

Input parameters

event_id integer required

Event identifier.

Example 1723404

Response

Successful output is returned in results[0].data. Raw platform output is intentionally open-ended and may evolve with the upstream source.

Illustrative sample The full redacted fixture is shown in the response panel.

Illustrative output fields

Derived from the sample above for orientation only. These observed fields are not a fixed response schema.

PathObserved typeExample
event object 8 fields
event.end_time string 2026-09-09T22:00:00.000-04:00
event.event_id integer 1723404
event.event_type string concert
event.name string Bruno Mars: The Romantic Tour
event.site_url string /lucas-oil-stadium-parking/bruno-mars-the-romantic-tour-1723404/
event.start_time string 2026-09-09T19:00:00.000-04:00
event.times_tbd boolean false
event.venue_id integer 59
scraped_at string 2026-08-30T12:44:25Z

Execution behavior

A 200 response completed inline. A 202 response was queued; poll GET /jobs/:id until the job reaches completed or failed.