Response Schema
With each request, Portkey sends back Portkey-specific headers that can help you identify the state of specific Portkey features you are using.
We send the following 4 response headers:
Header | Value |
---|---|
| Returns a unique trace id for each response.
In case the user has already sent a trace id with |
| Returns the number of retry attempts made for the call. Request made for the first time is not counted, only the attempts are counted. So, if the value is 3, that means that a total of 4 (1+3) calls were made. |
| Returns the cache status for the call.
• |
| Returns the nested target index (as jsonpath) for the Config id used while making the call. |
Last updated