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: skills/daytona/references/api/README.md
+16-4Lines changed: 16 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,6 +39,7 @@ See [Authentication](../../SKILL.md#authentication) for how to obtain an API key
39
39
|`DELETE`|`/api-keys/{name}`|[Delete API key](./api-keys.md#daytona/tag/api-keys/DELETE/api-keys/{name})|[api-keys](./api-keys.md)|
40
40
|`DELETE`|`/api-keys/{userId}/{name}`|[Delete API key for user](./api-keys.md#daytona/tag/api-keys/DELETE/api-keys/{userId}/{name})|[api-keys](./api-keys.md)|
41
41
|`GET`|`/audit/organizations/{organizationId}`|[Get audit logs for organization](./audit.md#daytona/tag/audit/GET/audit/organizations/{organizationId})|[audit](./audit.md)|
@@ -93,6 +95,12 @@ See [Authentication](../../SKILL.md#authentication) for how to obtain an API key
93
95
|`POST`|`/regions/{id}/regenerate-proxy-api-key`|[Regenerate proxy API key for a region](./organizations.md#daytona/tag/organizations/POST/regions/{id}/regenerate-proxy-api-key)|[organizations](./organizations.md)|
94
96
|`POST`|`/regions/{id}/regenerate-ssh-gateway-api-key`|[Regenerate SSH gateway API key for a region](./organizations.md#daytona/tag/organizations/POST/regions/{id}/regenerate-ssh-gateway-api-key)|[organizations](./organizations.md)|
95
97
|`POST`|`/regions/{id}/regenerate-snapshot-manager-credentials`|[Regenerate snapshot manager credentials for a region](./organizations.md#daytona/tag/organizations/POST/regions/{id}/regenerate-snapshot-manager-credentials)|[organizations](./organizations.md)|
|`GET`|`/preview/{sandboxId}/public`|[Check if sandbox is public](./preview.md#daytona/tag/preview/GET/preview/{sandboxId}/public)|[preview](./preview.md)|
97
105
|`GET`|`/preview/{sandboxId}/preview-warning`|[Check if the preview warning page is enabled for the sandbox](./preview.md#daytona/tag/preview/GET/preview/{sandboxId}/preview-warning)|[preview](./preview.md)|
98
106
|`GET`|`/preview/{sandboxId}/validate/{authToken}`|[Check if sandbox auth token is valid](./preview.md#daytona/tag/preview/GET/preview/{sandboxId}/validate/{authToken})|[preview](./preview.md)|
@@ -103,6 +111,7 @@ See [Authentication](../../SKILL.md#authentication) for how to obtain an API key
103
111
|`GET`|`/runners`|[List all runners](./runners.md#daytona/tag/runners/GET/runners)|[runners](./runners.md)|
|`GET`|`/runners/me`|[Get info for authenticated runner](./runners.md#daytona/tag/runners/GET/runners/me)|[runners](./runners.md)|
114
+
|`GET`|`/runners/me/snapshots`|[Get snapshot refs for authenticated runner](./runners.md#daytona/tag/runners/GET/runners/me/snapshots)|[runners](./runners.md)|
106
115
|`GET`|`/runners/by-sandbox/{sandboxId}`|[Get runner by sandbox ID](./runners.md#daytona/tag/runners/GET/runners/by-sandbox/{sandboxId})|[runners](./runners.md)|
107
116
|`GET`|`/runners/by-snapshot-ref`|[Get runners by snapshot ref](./runners.md#daytona/tag/runners/GET/runners/by-snapshot-ref)|[runners](./runners.md)|
108
117
|`GET`|`/runners/{id}`|[Get runner by ID](./runners.md#daytona/tag/runners/GET/runners/{id})|[runners](./runners.md)|
@@ -177,6 +186,9 @@ See [Authentication](../../SKILL.md#authentication) for how to obtain an API key
|`POST`|`/users/mfa/sms/enroll`|[Enroll in SMS MFA](./users.md#daytona/tag/users/POST/users/mfa/sms/enroll)|[users](./users.md)|
189
+
|`GET`|`/users/me/pending-sso-links`|[List pending SSO account links for the authenticated user](./users.md#daytona/tag/users/GET/users/me/pending-sso-links)|[users](./users.md)|
190
+
|`POST`|`/users/me/pending-sso-links/{id}/confirm`|[Confirm (link) a pending SSO account link](./users.md#daytona/tag/users/POST/users/me/pending-sso-links/{id}/confirm)|[users](./users.md)|
191
+
|`DELETE`|`/users/me/pending-sso-links/{id}`|[Dismiss a pending SSO account link](./users.md#daytona/tag/users/DELETE/users/me/pending-sso-links/{id})|[users](./users.md)|
180
192
|`GET`|`/volumes`|[List all volumes](./volumes.md#daytona/tag/volumes/GET/volumes)|[volumes](./volumes.md)|
181
193
|`POST`|`/volumes`|[Create a new volume](./volumes.md#daytona/tag/volumes/POST/volumes)|[volumes](./volumes.md)|
Copy file name to clipboardExpand all lines: skills/daytona/references/api/audit.md
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,3 +32,17 @@
32
32
| 200 | Paginated list of organization audit logs | PaginatedAuditLogs |
33
33
34
34
---
35
+
36
+
## GET `/audit/scenarios` {#daytona/tag/audit/GET/audit/scenarios}
37
+
38
+
**Get supported audit log scenarios**
39
+
40
+
Returns the supported audit log actions grouped by target type. The list is derived at runtime from the audited routes and system events, so it always reflects what can actually appear in the audit log.
41
+
42
+
### Responses
43
+
44
+
| Status | Description | Schema |
45
+
|--------|-------------|--------|
46
+
| 200 | Supported audit log scenarios grouped by target type | AuditScenarios |
0 commit comments