## Retrieve a worker file **get** `/api/workers/{workerId}/files/{filePath}` Retrieve a file published from a worker workspace. The runtime route accepts nested paths after /files/. ### Path Parameters - `workerId: string` - `filePath: string` ### Example ```http curl https://v3.handinger.com/api/workers/$WORKER_ID/files/$FILE_PATH \ -H "Authorization: Bearer $HANDINGER_API_KEY" ```