You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**index** | **str** | The log index on which the request is performed. For multi-index organizations, the default is all live indexes. Historical indexes of rehydrated logs must be specified. | [optional]
10
9
**limit** | **int** | Number of logs return in the response. | [optional]
10
+
**query** | **str** | The search query - following the log search syntax. | [optional]
**start_at** | **str** | Hash identifier of the first log to return in the list, available in a log `id` attribute. This parameter is used for the pagination feature. **Note**: This parameter is ignored if the corresponding log is out of the scope of the specified time window. | [optional]
index (str): The log index on which the request is performed. For multi-index organizations, the default is all live indexes. Historical indexes of rehydrated logs must be specified.. [optional] # noqa: E501
157
156
limit (int): Number of logs return in the response.. [optional] # noqa: E501
157
+
query (str): The search query - following the log search syntax.. [optional] # noqa: E501
158
158
sort (LogsSort): [optional] # noqa: E501
159
159
start_at (str): Hash identifier of the first log to return in the list, available in a log `id` attribute. This parameter is used for the pagination feature. **Note**: This parameter is ignored if the corresponding log is out of the scope of the specified time window.. [optional] # noqa: E501
0 commit comments