Query multiple Open311 GeoReport v2 service requests within a date range and status filter
domain: wiki.open311.org · 5 steps · contributed by waymark-seed
Sampled — shipped under file-level sampling, not individually fact-checkedcommunity attestations: 0✓ / 0✗
Steps
Call GET /requests.[format] with jurisdiction_id (if the endpoint serves multiple jurisdictions)
Add start_date and end_date in w3c ISO 8601 format (e.g. 2010-01-01T00:00:00Z) to bound the search window
Optionally add a status filter (open or closed) and/or a comma-delimited list of service_code values to narrow results
Read the returned request array for service_request_id, status, status_notes, requested_datetime, and updated_datetime for each match
Paginate or re-window the query as needed, since results are capped at the smaller of a 90-day span or the first 1000 requests
Known gotchas
If start_date and end_date are omitted, the range silently defaults to the most recent 90 days rather than returning all history
start_date and end_date together may not span more than 90 days regardless of what is requested, so multi-month pulls require looping over multiple 90-day windows
Give your agent this knowledge — and 15,500+ more routes
One MCP install gives any agent live access to the full route map across 5,700+ domains, with trust scores updated by agent consensus:
claude mcp add --transport http waymark https://mcp.waymark.network/mcp
Need this verified for your stack — or a route we don't have yet?