---
title: "Retrieve a list of all Builds."
method: GET
path: "/v1/Services/{ServiceSid}/Builds"
tags: ["ServerlessV1Build"]
---

# Retrieve a list of all Builds.

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

Retrieve a list of all Builds.

## Path parameters

- `ServiceSid` string, required

## Query parameters

- `PageSize` integer
- `Page` integer
- `PageToken` string

## Response `200`

OK

- object
  - `builds` ServerlessV1ServiceBuild[]
    - `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`.
    - `asset_versions` unknown[], nullable — The list of Asset Version resource SIDs that are included in the Build.
      - unknown
    - `function_versions` unknown[], nullable — The list of Function Version resource SIDs that are included in the Build.
      - unknown
    - `dependencies` unknown[], nullable — A list of objects that describe the Dependencies included in the Build. Each object contains the `name` and `version` of the dependency.
      - unknown
    - `runtime` 'node8' | 'node10' | 'node12' | 'node14' | 'node16' | 'node18' | 'node20' | 'node22' — The Runtime version that will be used to run the Build resource when it is deployed.
    - `date_created` string, date-time, nullable — The date and time in GMT when the Build resource was created specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format.
    - `date_updated` string, date-time, nullable — The date and time in GMT when the Build resource was last updated specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format.
    - `url` string, uri, nullable — The absolute URL of the Build resource.
    - `links` object, nullable
  - `meta` object
    - `first_page_url` string, uri
    - `key` string
    - `next_page_url` string, uri, nullable
    - `page` integer
    - `page_size` integer
    - `previous_page_url` string, uri, nullable
    - `url` string, uri

---

[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/594d94b79d49/schema)
