File objects stored in network workspace buckets.
/infra/connections/{connection}/networks/{network}/filesList files
Returns files of the given type owned by the given team in the specified network workspace bucket. The caller must be a member of the team.
Parameters
fileTypestringrequired
The kind of file to list. Scopes the listing to a single file-type location in the workspace bucket.
"pythonJob""pythonLibrary""pythonRequirements"teamIdstringrequired
The owning team whose files to list. The caller must be a member of this team; only that team's files are returned.
"A1B2C3D4E5"120"^[A-Z0-9]{1,20}$"limitinteger
The maximum number of items to list.
"int32"0100100markerstring
The pagination token returned from the previous list operation.
Responses
Responses
List of files
/infra/connections/{connection}/networks/{network}/files/uploadsCreate a file upload
Returns a short-lived authorization for uploading a file directly to the specified network workspace storage.
Request Body
Responses
Responses
A short-lived file upload authorization for the selected network workspace.
/infra/connections/{connection}/networks/{network}/files/downloadsCreate a file download
Returns a short-lived authorization for downloading a file directly from the specified network workspace storage. The caller must be a member of the team that owns the file.
Request Body
Responses
Responses
A short-lived file download authorization for the selected network workspace.