Introducing new filters for the List Enrollments and List Providers endpoints
Aug 18, 2025
Products
You can now filter results more precisely in the List Enrollments and List Providers API endpoints.
Previously, you had to page through results and filter them in your client. These new options make it easier to find the data you want – faster, with less paging and smaller responses.
List Enrollments endpoint
We’ve added new query parameters to the List Enrollments endpoint. You can use the parameters to filter by:
Partial term:
filter
lets you search across multiple fields at once.Status: Filter by one or more enrollment statuses—such as
DRAFT
,SUBMITTED
,PROVISIONING
,LIVE
,CANCELED
, orREJECTED
.Provider details: Filter by NPI (
providerNpis
), tax ID (providerTaxIds
), or name (providerNames
).Payer: Filter by payer IDs (
payerIds
).Source: Limit results by how the enrollment was created:
API
,UI
, orIMPORT
.Transaction type: Filter by transaction types, like
eligibilityCheck
,claimStatus
, orclaimSubmission
.Date: Filter enrollments by when they were created (
createdFrom
,createdTo
) or when their status last changed (statusUpdatedFrom
,statusUpdatedTo
).Import ID: If an enrollment was created through CSV import, filter by the returned
importId
.
Several of these query parameters accept arrays. You can include an array parameter more than once in the URL to filter by multiple values.
For example, ?providerNames=John%20Doe&providerNames=Jane%20Doe&status=LIVE
returns all enrollments in LIVE
status that have either John Doe
or Jane Doe
as the provider:
List Providers endpoint
The List Providers endpoint now accepts a filter
parameter for searching by provider name, NPI, or tax ID. Filtering is case-insensitive and supports partial matches.
For example, ?filter=2385442357
returns all providers whose name, NPI, or tax ID contains 2385442357
:
Try it out
The new filters are available on all paid Stedi plans. For full details, check out the API documentation.
Share
Automate healthcare transactions with developer-friendly APIs that support thousands of payers. Contact us to learn more and speak to the team.