Usage
Flags
Examples
Example Output
The output shows both Status (run lifecycle) and Response (provider HTTP status):Status vs Provider HTTP Status
Every run has two independent indicators:- Run status — did the run itself complete?
- Provider HTTP status — what did the data provider return?
Run Status
Provider HTTP Status
When a run isCOMPLETED, 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.