Get Utility

Retrieve a specific utility by ID, including catalog metadata and custom field values.

Authentication

x-api-keystring
API Key authentication via header

Path parameters

utility_idstringRequired

Response

Utility details
idintegerOptional
Unique identifier.
namestringOptional
Utility name.
statestring or nullOptional

Two-letter state code (e.g. “CA”).

stateNamestring or nullOptional

Full state name (e.g. “California”).

ownershipTypeenum or nullOptional
holdingCompanystring or nullOptional
addressstring or nullOptional
phonestring or nullOptional
websitestring or nullOptional
hoursOfOperationstring or nullOptional
isActivebooleanOptional
Whether this utility is currently active in the catalog.
createdAtstringOptionalformat: "date-time"
updatedAtstringOptionalformat: "date-time"
custommap from strings to anyOptional

Custom field values keyed by property keyName. This includes only customer-defined custom columns (see GET /properties?record_type=utility). Built-in catalog utility fields (name, state, ownershipType, holdingCompany, etc.) are exposed as top-level fields on the utility object and are read-only.

Errors

401
Unauthorized Error
404
Not Found Error
502
Bad Gateway Error