/
/Bencher API
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 1h ago · Updated 6d ago
auth10
checkout1
oci16
  • getOCI API version check endpoint
  • getDownload a blob (GET)
  • putMonolithic upload (PUT to /v2/{name}/blobs/uploads?digest=...)
  • postStart a new blob upload (POST to /v2/{name}/blobs/uploads)
  • deleteDelete a blob (DELETE)
  • headCheck if a blob exists (HEAD) or start upload check
  • getGet upload status
  • putComplete an upload (with digest verification)
  • deleteCancel an upload
  • patchUpload a chunk of data
  • getDownload a manifest
  • putUpload a manifest
  • deleteDelete a manifest
  • headCheck if a manifest exists
  • getList referrers to a manifest
  • getList tags for a repository
organizations23
projects52
run1
runners9
server10
specs5
users13
    oci

    Get upload status

    get/v2/{name}/blobs/{ref}/{session_id}

    Path parameters

    namestring required

    Project resource ID (UUID or slug)

    refstring required

    Must be "uploads" for upload operations

    session_idstring required

    Upload session ID

    Changes