Headers
Path Parameters
Example Request
200 OK
Status vs Provider HTTP Status
Every run has two independent indicators:status— the run lifecycle status. Did the run itself complete?providerResponse.httpStatus— the provider’s HTTP response code. Did the data provider return good data?
Run Status
Provider HTTP Status
When a run isCOMPLETED, check providerResponse.httpStatus:
Provider errors are not charged —
cost.value will be 0.
Caching
Terminal runs (COMPLETED or FAILED) include Cache-Control: max-age=300 (5 minutes). Running runs are not cached.