mirror of
https://github.com/HeyPuter/puter.git
synced 2026-09-20 20:26:21 +00:00
feat(workers): expose app_uid in puter.workers.get and puter.workers.list (#3596)
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user