---
title: "Complete Backoffice Artifact Uploads"
method: POST
path: "/backoffice/files/artifact-uploads/complete"
tags: ["Backoffice"]
---

# Complete Backoffice Artifact Uploads

`POST /backoffice/files/artifact-uploads/complete`

Verify uploaded artifacts and mark their file rows ready.

## Request body

- BackofficeArtifactUploadCompleteRequest
  - `user_id` string, required
  - `files` BackofficeArtifactUploadCompleteFileRequest[], required
    - `file_id` string, uuid, required

## Response `200`

Successful Response

- BackofficeArtifactUploadCompleteResponse
  - `data` FileModel[], required
    - `id` string, uuid, required
    - `user_id` string, required
    - `filename` string, required
    - `mime_type` string, required
    - `size_bytes` integer, required
    - `storage_provider` string, required
    - `bucket` string, required
    - `object_key` string, required
    - `public_url` string, nullable
    - `etag` string, nullable
    - `checksum_sha256` string, nullable
    - `run_id` string, uuid, nullable
    - `tags` string[], required
    - `status` 'uploading' | 'ready' | 'failed' | 'deleted', required
    - `metadata` object, required
    - `created_at` string, date-time, required
    - `updated_at` string, date-time, required
    - `deleted_at` string, date-time, nullable
  - `failed` string[]

## Other responses

- `422` — Validation Error

## Changes

> 38 revisions in range; 32 could not be searched.

- **2026-07-31** `72e064594fc8` — 2 breaking, 1 warning, 1 info
  - removed the required property `data/items/folder_path` from the response with the `200` status
  - removed the required property `data/items/root` from the response with the `200` status
  - removed the optional property `data/items/agent_id` from the response with the `200` status
  - added the required property `data/items/tags` to the response with the `200` status

[Change history](https://skmtc.dev/toolhouse/apis/toolhouse-api/changes/backoffice/files/artifact-uploads/complete/post.md)

---

[API](https://skmtc.dev/toolhouse/apis/toolhouse-api.md) · [All operations](https://skmtc.dev/toolhouse/apis/toolhouse-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/toolhouse/toolhouse-api/revisions/563c4638cc18/schema)
