feat(workers): expose app_uid in puter.workers.get and puter.workers.list (#3596)

This commit is contained in:
Anany Singh
2026-08-18 00:05:17 -07:00
committed by GitHub
parent bd06e88185
commit 95d797b047
6 changed files with 83 additions and 12 deletions
+4
View File
@@ -23,6 +23,10 @@ A string containing the file path of the worker source code.
A string containing the unique identifier of the worker file.
#### `app_uid` (String)
A string containing the unique identifier of the app or sandbox app associated with the worker, or `null` if the worker is user-scoped.
#### `created_at` (String)
A string containing the date and time when the worker was created.