Skip to main content
Get the status and results of a specific run.

Usage

Flags

Examples

Example Output

The output shows both Status (run lifecycle) and Response (provider HTTP status):
When the provider returned an error:

Status vs Provider HTTP Status

Every run has two independent indicators:
  1. Run status — did the run itself complete?
  2. Provider HTTP status — what did the data provider return?

Run Status

Provider HTTP Status

When a run is COMPLETED, the provider’s HTTP status code tells you whether the data request succeeded: The provider HTTP status is available in providerResponse.httpStatus in the JSON response.
A run with status: COMPLETED and providerResponse.httpStatus: 404 means the run completed normally, but the provider found no matching data. This is not a failure — it’s a valid “no results” response. You are not charged for provider errors.