puc.texas.gov API: search_dockets
puc.texas.gov via Parse · government_public
Search for dockets/cases in the PUCT Interchange system. Returns paginated results (25 per page) sorted descending by default. At least one filter (control_number, date range, case_style, or filing_description) should be provided for meaningful results. Access PUCT Interchange filing data, search dockets, and retrieve document links. Fulfilled by Parse from puc.texas.gov.
- b2b-directory
- finance
- government-public
- parse
- platform-key
- puc-texas-gov
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- government_public
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/d02e185d-5b07-44e6-a934-f03130fa799a/search_dockets
- Interface artifact
- sha256:f042ac611c3a1da2898350e80bdcb4db5a4d0e22a76cec6716a2234379c7728c
- Manifest digest
- sha256:44391c7a5df2796a3d5de803bb2ac5095f16bec6165a33db95fcc6e3ea2bb4c2
Request fields
- page (integer): Page number for paginated results.
- case_style (string): Case style or description keywords to filter by.
- utility_type (string): Utility type filter.: Allowed values: A, E, W, T, O
- date_filed_to (string): End date in MM/DD/YYYY format.
- document_type (string): Filter by document type code. Use get_item_types endpoint for the full list of accepted values.
- control_number (string): Docket control number to search for.
- date_filed_from (string): Start date in MM/DD/YYYY format.
- filing_description (string): Filing description keywords to filter by.
Example queries
- {"page":"1","case_style":"electric","utility_type":"A","date_filed_to":"06/12/2026","document_type":"ALL","date_filed_from":"05/13/2026"}