---
title: "Retrieve a specific Build resource."
method: GET
path: "/v1/Services/{ServiceSid}/Builds/{Sid}/Status"
tags: ["ServerlessV1BuildStatus"]
---

# Retrieve a specific Build resource.

`GET /v1/Services/{ServiceSid}/Builds/{Sid}/Status`

Retrieve a specific Build resource.

## Path parameters

- `ServiceSid` string, required
- `Sid` string, required

## Response `200`

OK

- ServerlessV1ServiceBuildBuildStatus
  - `sid` string, nullable — The unique string that we created to identify the Build resource.
  - `account_sid` string, nullable — The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Build resource.
  - `service_sid` string, nullable — The SID of the Service that the Build resource is associated with.
  - `status` 'building' | 'completed' | 'failed' — The status of the Build. Can be: `building`, `completed`, or `failed`.
  - `url` string, uri, nullable — The absolute URL of the Build Status resource.

---

[API](https://skmtc.net/twilio/apis/serverless-v1.md) · [All operations](https://skmtc.net/twilio/apis/serverless-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/twilio/serverless-v1/revisions/74f59534eb42/schema)
