---
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' | 'node24' — 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

## Changes

- **2026-08-11** (v1) `74f59534eb42` — 1 warning
  - added the new `node24` enum value to the `builds/items/runtime` response property for the response status `200`
- **2025-07-03** (v1) `ab2588f4f607` — 3 breaking
  - the `builds/items/asset_versions/items/` response's property type/format changed from `object`/`` to ``/`` for status `200`
  - the `builds/items/dependencies/items/` response's property type/format changed from `object`/`` to ``/`` for status `200`
  - the `builds/items/function_versions/items/` response's property type/format changed from `object`/`` to ``/`` for status `200`
- **2025-05-05** (v1) `1eb0fdb878aa` — 2 warning
  - added the new `node20` enum value to the `builds/items/runtime` response property for the response status `200`
  - added the new `node22` enum value to the `builds/items/runtime` response property for the response status `200`
- **2025-03-11** (v1) `09bf133e1f71` — 3 breaking
  - the `builds/items/asset_versions/items/` response's property type/format changed from ``/`` to `object`/`` for status `200`
  - the `builds/items/dependencies/items/` response's property type/format changed from ``/`` to `object`/`` for status `200`
  - the `builds/items/function_versions/items/` response's property type/format changed from ``/`` to `object`/`` for status `200`
- **2025-02-20** (v1) `1d2f222adea9` — 1 breaking
  - for the `query` request parameter `PageSize`, the type/format was changed from `integer`/`` to `integer`/`int64`

[Full history](https://skmtc.dev/twilio/apis/serverless-v1/changes/v1/Services/:ServiceSid/Builds/get.md)

---

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