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
Copy file name to clipboardExpand all lines: sdks/_generated-python/AuditEventsApi.md
+14-10Lines changed: 14 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,9 @@ Same filters as ``list_audit_events`` but unpaginated — streams every
19
19
matching event newest-first. Each row resolves the actor's name and the
20
20
subject's name + path so an auditor can read the file directly in Excel.
21
21
22
+
With no `since`/`until` the export covers the entire audit log; pass either
23
+
bound to narrow to an optional from/to window.
24
+
22
25
### Example
23
26
24
27
* Api Key Authentication (cookieAuth):
@@ -57,8 +60,8 @@ with ksapi.ApiClient(configuration) as api_client:
57
60
api_instance = ksapi.AuditEventsApi(api_client)
58
61
actor_user_id = UUID('38400000-8cf0-11bd-b23e-10b96e4ef00d') # UUID | Filter to one actor (optional)
59
62
kind ='kind_example'# str | Filter to one event kind (optional)
60
-
since ='2013-10-20T19:20:30+01:00'# datetime | Only events at or after this timestamp (optional)
61
-
until ='2013-10-20T19:20:30+01:00'# datetime | Only events strictly before this timestamp (optional)
63
+
since ='2013-10-20T19:20:30+01:00'# datetime | Only events at or after this timestamp (from). Omit to export the entire audit log. Must not be in the future or after `until`. (optional)
64
+
until ='2013-10-20T19:20:30+01:00'# datetime | Only events strictly before this timestamp (to). Omit for no upper bound. Must not be in the future. (optional)
62
65
subject_path_part_id = UUID('38400000-8cf0-11bd-b23e-10b96e4ef00d') # UUID | Scope to one document/folder/run subject (optional)
63
66
recursive =False# bool | Include the subject's descendants (needs subject) (optional) (default to False)
64
67
@@ -80,8 +83,8 @@ Name | Type | Description | Notes
**actor_user_id** | **UUID**| Filter to one actor | [optional]
82
85
**kind** | **str**| Filter to one event kind | [optional]
83
-
**since** | **datetime**| Only events at or after this timestamp | [optional]
84
-
**until** | **datetime**| Only events strictly before this timestamp | [optional]
86
+
**since** | **datetime**| Only events at or after this timestamp (from). Omit to export the entire audit log. Must not be in the future or after `until`. | [optional]
87
+
**until** | **datetime**| Only events strictly before this timestamp (to). Omit for no upper bound. Must not be in the future. | [optional]
85
88
**subject_path_part_id** | **UUID**| Scope to one document/folder/run subject | [optional]
86
89
**recursive** | **bool**| Include the subject's descendants (needs subject) | [optional][default to False]
87
90
@@ -116,8 +119,9 @@ List Audit Events Handler
116
119
List the tenant's audit events, newest first (admin/owner only).
117
120
118
121
Returns every event in the caller's own tenant — ADMIN/OWNER bypass path
119
-
permissions by design. Filter by actor, kind, time window, and/or a subject
120
-
subtree. Each event carries its resolved actor name.
122
+
permissions by design. Filter by actor, kind, an optional `since`(from)/
123
+
`until`(to) window, and/or a subject subtree. Each event carries its
124
+
resolved actor name.
121
125
122
126
### Example
123
127
@@ -159,8 +163,8 @@ with ksapi.ApiClient(configuration) as api_client:
159
163
api_instance = ksapi.AuditEventsApi(api_client)
160
164
actor_user_id = UUID('38400000-8cf0-11bd-b23e-10b96e4ef00d') # UUID | Filter to one actor (optional)
161
165
kind ='kind_example'# str | Filter to one event kind (optional)
162
-
since ='2013-10-20T19:20:30+01:00'# datetime | Only events at or after this timestamp (optional)
163
-
until ='2013-10-20T19:20:30+01:00'# datetime | Only events strictly before this timestamp (optional)
166
+
since ='2013-10-20T19:20:30+01:00'# datetime | Only events at or after this timestamp (from). Omit for no lower bound. Must not be in the future or after `until`. (optional)
167
+
until ='2013-10-20T19:20:30+01:00'# datetime | Only events strictly before this timestamp (to). Omit for no upper bound. Must not be in the future. (optional)
164
168
subject_path_part_id = UUID('38400000-8cf0-11bd-b23e-10b96e4ef00d') # UUID | Scope to one document/folder/run subject (optional)
165
169
recursive =False# bool | Include the subject's descendants (needs subject) (optional) (default to False)
**actor_user_id** | **UUID**| Filter to one actor | [optional]
187
191
**kind** | **str**| Filter to one event kind | [optional]
188
-
**since** | **datetime**| Only events at or after this timestamp | [optional]
189
-
**until** | **datetime**| Only events strictly before this timestamp | [optional]
192
+
**since** | **datetime**| Only events at or after this timestamp (from). Omit for no lower bound. Must not be in the future or after `until`. | [optional]
193
+
**until** | **datetime**| Only events strictly before this timestamp (to). Omit for no upper bound. Must not be in the future. | [optional]
190
194
**subject_path_part_id** | **UUID**| Scope to one document/folder/run subject | [optional]
191
195
**recursive** | **bool**| Include the subject's descendants (needs subject) | [optional][default to False]
Result of (re)describing a connector's modeled tables. Each modeled table gets a one-line summary embedded as a single Qdrant point for the agent's table search. Counts report how many tables were (re)summarized and (re)embedded this call; unchanged tables are skipped (the embed is content-hash gated), so a repeat call reports zeros.
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
Copy file name to clipboardExpand all lines: sdks/_generated-python/DataSourceDetailResponse.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,13 @@
1
1
# DataSourceDetailResponse
2
2
3
-
A connector plus the schemas (and their readable tables) the caller sees.``description_document_id`` points at the connector's generated, ingested \"Database overview\" Document (a hidden system file); null until generated.
3
+
A connector plus the schemas (and their readable tables) the caller sees.
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
0 commit comments