A data source type is the integration (AirNow, CSV, OneDrive, and so on); an instance is a specific configured connection of that type. This endpoint lists instances one type at a time: the required
type field selects the type, the top-level image and name describe it, and every object in data shares that same type value.The example response below is a composite — it shows one instance of several types so every field and type value is documented in one place. A real response is homogeneous (every item is the requested type), and pagination.total_records reflects that single type’s count.Endpoint
Request body
Query parameters
Example request
The only required field istype, so the smallest valid body is { "type": "usgs" }. A fully-filtered request:
Response shape
The response is an object describing the single type (image, name), its instances (data), and pagination:
Top-level object
Instance object
Pagination object
See Instance Filters to discover valid organization, status, and error-type filter values, and Type Listing for the type-level listing.