We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
nb_api_calls
getLogs
1 parent f0e813c commit 4bdb4d6Copy full SHA for 4bdb4d6
algoliasearch/search/models/log.py
@@ -66,7 +66,7 @@ class Log(BaseModel):
66
""" Request headers (API keys are obfuscated). """
67
sha1: str
68
""" SHA1 signature of the log entry. """
69
- nb_api_calls: str
+ nb_api_calls: Optional[str] = None
70
""" Number of API requests. """
71
processing_time_ms: str
72
""" Processing time for the query in milliseconds. This doesn't include latency due to the network. """
0 commit comments