Hanzo
OpenapiExec

List the files in an execution session

Lists what a session's sandbox holds — the uploads a run can read and the artifacts it produced — each then fetched from /v1/exec/download.

GET /v1/exec/files/{sid}

Addresshttps://api.hanzo.ai/v1/exec/files/{sid}
MethodGET
Operationget_exec_files_by_sid
AuthAuthorization: Bearer $HANZO_API_KEY

Lists what a session's sandbox holds — the uploads a run can read and the artifacts it produced — each then fetched from /v1/exec/download.

It answers a BARE JSON ARRAY of {name, lastModified}, where name is the same {session_id}/{fileId} identifier download takes, because that is what the client matches on. An object wrapper would be a wire change, which is why this is not a typed operation.

Request

1 field.

FieldInTypeRequiredDescription
sidpathstringyes

Response

The document declares no response body for this operation. It answers 200 on success and the platform error shape on failure — see Errors.

Examples

hanzo has no subcommand for this operation — the CLI serves only what cloud's live route table confirms. Use HTTP or an SDK.


Exec API · All Hanzo APIs · Interactive reference

How is this guide?

On this page