Retrieve status information for all eligibility checks within a batch, regardless of processing status
Path parameters
The unique identifier for the batch. This is the batchId returned in the Batch Eligibility Check endpoint response. It's also listed as the Batch ID in the Stedi portal.
The unique identifier for the batch. This is the batchId returned in the Batch Eligibility Check endpoint response. It's also listed as the Batch ID in the Stedi portal.
Query parameters
The maximum number of elements to return in a page. If not specified, the default is 100.
The maximum number of elements to return in a page. If not specified, the default is 100.
A token returned by a previous call to this operation in the nextPageToken property. If not specified, Stedi returns the first page of results.
A token returned by a previous call to this operation in the nextPageToken property. If not specified, Stedi returns the first page of results.
Filter for batch items in the specified states. Can be set to one or more of the following states:
- PENDING: Stedi hasn't begun processing the eligibility check.
- VALIDATED: Stedi finished validating the eligibility check and is ready to execute it.
- VALIDATION_FAILED: Stedi found errors in the eligibility check that you need to fix before processing can continue.
- STARTED: Stedi has begun processing the eligibility check.
- RETRYING: Stedi is retrying the eligibility check. Stedi retries eligibility checks that fail due to payer connectivity issues for up to 8 hours.
- COMPLETED: Stedi successfully processed the eligibility check and received a response from the payer. This doesn't indicate that the payer has active coverage, only that Stedi was able to get a response.
- COMPLETED_WITH_ERRORS: Stedi finished processing the eligibility check, but couldn't get a response from the payer.
Filter for batch items in the specified states. Can be set to one or more of the following states:
- PENDING: Stedi hasn't begun processing the eligibility check.
- VALIDATED: Stedi finished validating the eligibility check and is ready to execute it.
- VALIDATION_FAILED: Stedi found errors in the eligibility check that you need to fix before processing can continue.
- STARTED: Stedi has begun processing the eligibility check.
- RETRYING: Stedi is retrying the eligibility check. Stedi retries eligibility checks that fail due to payer connectivity issues for up to 8 hours.
- COMPLETED: Stedi successfully processed the eligibility check and received a response from the payer. This doesn't indicate that the payer has active coverage, only that Stedi was able to get a response.
- COMPLETED_WITH_ERRORS: Stedi finished processing the eligibility check, but couldn't get a response from the payer.
Filter for batch items with the specified eligibility check results. Can be set to one or more of the following results:
- ACTIVE: The payer's response contains an active eligibility and benefit type. Visit Eligibility and benefit type codes for a complete list of valid code values.
- INACTIVE: The payer's response doesn't contain an active eligibility and benefit type.
- INVESTIGATE: The payer returned an unexpected eligibility or benefit type code. Review the response and contact the payer if you have questions.
- FAILED: The payer returned an error code in the response. Review the error code and retry the eligibility check.
Filter for batch items with the specified eligibility check results. Can be set to one or more of the following results:
- ACTIVE: The payer's response contains an active eligibility and benefit type. Visit Eligibility and benefit type codes for a complete list of valid code values.
- INACTIVE: The payer's response doesn't contain an active eligibility and benefit type.
- INVESTIGATE: The payer returned an unexpected eligibility or benefit type code. Review the response and contact the payer if you have questions.
- FAILED: The payer returned an error code in the response. Review the error code and retry the eligibility check.
Response
GetBatchItems 200 response