Headers
Path Parameters
Example Request
200 OK
403 Forbidden
Returned when the run belongs to a different workspace than the caller’s.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 includeCache-Control: private, max-age=60 (60 seconds). Running runs are not cached.