List a node's files
GET/api/get_node_files
Returns the contents of every file belonging to a node: its main.lua entry point (if present) plus any other loose files found directly in the node's directory, such as sample data files. The node's own configuration is excluded. Raises 404 if the node cannot be found.
Request
Responses
- 200
- 404
- 422
Successful Response
Node not found
Validation Error