List providers in your network

View as MarkdownOpen in Claude
Returns a cursor-paginated list of providers in the operator’s jurisdiction. Filters cover service type, free-text search, freshness, verification state, source system, source adapter, and data-conflict status. Sort by name or by trust signals (sourceFetchedAt, freshUntil, expiresAt, verifiedAt) to triage rows that need review. The response includes provider open status, recent wait-time signals, and trust metadata so the network can be assessed at a glance. Use the cursor returned in `pagination.cursor` to step forward through pages; when `hasMore` is false, the cursor is null and the page is the last one.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Query parameters

cursorstringOptional
Opaque cursor returned from a prior call. Omit on the first page.
limitdoubleOptional1-100
Maximum number of results to return. Defaults to 20. Maximum 100.
sortByenumOptional

Sort field. Trust-related fields are useful when triaging stale or unverified rows.

Allowed values:
sortOrderenumOptional
Sort order. Defaults to desc.
Allowed values:
serviceTypeCodestringOptional
Restrict results to providers offering this service type.
searchTermstringOptional

Free-text search against provider name and address.

freshnessStatusenumOptional
Filter by freshness of the upstream sync.
Allowed values:
verificationStatusenumOptional
Filter by operator verification state.
Allowed values:
sourceSystemstringOptional
Filter by upstream source system.
sourceAdapterstringOptional
Filter by upstream source adapter.
conflictStatusenumOptional

Filter by data-conflict state. Use “none” to find providers with no recorded conflicts.

Allowed values:

Response

A cursor-paginated page of providers.

datalist of objects
Provider rows for this page.
paginationobject
Cursor metadata for paging forward.
metaobject