Backblaze · Arazzo Workflow
Backblaze Browse Bucket Files
Version 1.0.0
Authorize, list buckets, list the file names in a bucket, then fetch full info for the first file.
Provider
Workflows
browse-bucket-files
List buckets, list a bucket's files, and inspect the first file.
Authorizes the account, enumerates buckets and the files in a target bucket, then fetches full information for the first file found.
1
authorize
authorizeAccount
Log in to the B2 API to obtain the accountId and authorization token.
2
listBuckets
listBuckets
List the buckets owned by the authorized account.
3
listFileNames
listFileNames
List the file names contained in the target bucket, returning at most the requested number of files.
4
getFileInfo
getFileInfo
Fetch the full metadata for the first file returned by the listing using its fileId.