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
idinteger
Unique identifier.
namestring
Utility name.
statestring or null

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

stateNamestring or null

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

ownershipTypeenum or null
holdingCompanystring or null
addressstring or null
phonestring or null
websitestring or null
hoursOfOperationstring or null
isActiveboolean
Whether this utility is currently active in the catalog.
createdAtstringformat: "date-time"
updatedAtstringformat: "date-time"
custommap from strings to any

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