---
title: "Report a CI status-check build as finished"
method: PUT
path: "/v1/builds/{id}/ci"
tags: ["Builds"]
---

# Report a CI status-check build as finished

`PUT /v1/builds/{id}/ci`

Signals that the CI run for this build has finished, so the status check is updated with the aggregate pass/fail result. Call this after your tests complete.

## Path parameters

- `id` string, required

## Request body

- PutV1BuildsIdCi — Report a CI status-check build as finished
  - `provider` string — Code host provider. Currently only "github".

## Response `200`

Report a CI status-check build as finished

- TestingbotEntitiesAck — Testingbot_Entities_Ack model
  - `success` boolean, required — Whether the operation succeeded.
  - `errors` object, required — Validation errors keyed by field name. Only present when `success` is false.
  - `error` string, required — Single human-readable reason, used by the older endpoints in place of `errors`. Only present when `success` is false.

## Other responses

- `401` — Authentication required
- `404` — Build is not linked to a code host

---

[API](https://skmtc.net/testingbot/apis/testingbot-rest-api.md) · [All operations](https://skmtc.net/testingbot/apis/testingbot-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/testingbot/testingbot-rest-api/versions/eff607a49246/schema)
