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: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -116,6 +116,7 @@ if res.apis is not None:
116
116
### [events](docs/sdks/events/README.md)
117
117
118
118
*[get_workspace_events](docs/sdks/events/README.md#get_workspace_events) - Load recent events for a particular workspace
119
+
*[get_workspace_events_by_source_revision_digest](docs/sdks/events/README.md#get_workspace_events_by_source_revision_digest) - Load events for a particular workspace and source revision digest
119
120
*[get_workspace_targets](docs/sdks/events/README.md#get_workspace_targets) - Load targets for a particular workspace
120
121
*[post_workspace_events](docs/sdks/events/README.md#post_workspace_events) - Post events for a specific workspace
121
122
<!-- End Available Resources and Operations [operations] -->
|`content_type`|*str*|:heavy_check_mark:| HTTP response content type for this operation |
9
+
|`status_code`|*int*|:heavy_check_mark:| HTTP response status code for this operation |
10
+
|`raw_response`|[requests.Response](https://requests.readthedocs.io/en/latest/api/#requests.Response)|:heavy_check_mark:| Raw HTTP response; suitable for custom response parsing |
Copy file name to clipboardExpand all lines: docs/sdks/events/README.md
+47Lines changed: 47 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,7 @@ REST APIs for capturing event data
8
8
### Available Operations
9
9
10
10
*[get_workspace_events](#get_workspace_events) - Load recent events for a particular workspace
11
+
*[get_workspace_events_by_source_revision_digest](#get_workspace_events_by_source_revision_digest) - Load events for a particular workspace and source revision digest
11
12
*[get_workspace_targets](#get_workspace_targets) - Load targets for a particular workspace
12
13
*[post_workspace_events](#post_workspace_events) - Post events for a specific workspace
13
14
@@ -55,6 +56,52 @@ if res.cli_event_batch is not None:
55
56
| errors.Error | 5XX | application/json |
56
57
| errors.SDKError | 4xx-5xx |*/*|
57
58
59
+
## get_workspace_events_by_source_revision_digest
60
+
61
+
Load events for a particular workspace and source revision digest
|`request`|[operations.GetWorkspaceEventsBySourceRevisionDigestRequest](../../models/operations/getworkspaceeventsbysourcerevisiondigestrequest.md)|:heavy_check_mark:| The request object to use for the request. |
0 commit comments