runtime_mutations
files

Fetch Url Into Workspace

Fetch a URL and save what it returns into the workspace.

A source reached this way has to land as a workspace file like any other, because a claim captured from it is re-verified against the path it names. Name conflicts are auto-renamed unless overwrite is set.

post/api/workspace/fetch-url

Request body

urlstring required
dest_dirstring
overwriteboolean

Response

Successful Response

{"stackTrail":"paths:/api/workspace/fetch-url:post:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}

Changes