(passthrough.retryid)
- get_retried_request_response - Retrieve response of a failed passthrough request due to rate limits
Retrieve response of a failed passthrough request due to rate limits
from panora_sdk import Panora
s = Panora(
api_key="<YOUR_API_KEY_HERE>",
)
s.passthrough.retryid.get_retried_request_response(retry_id="<value>")
# Use the SDK ...
Parameter | Type | Required | Description |
---|---|---|---|
retry_id |
str | ✔️ | id of the retryJob returned when you initiated a passthrough request. |
retries |
Optional[utils.RetryConfig] | ➖ | Configuration to override the default retry behavior of the client. |
Error Object | Status Code | Content Type |
---|---|---|
models.SDKError | 4xx-5xx | / |