---
title: "GET /v1/Services/{ServiceSid}/Builds"
method: GET
path: "/v1/Services/{ServiceSid}/Builds"
tags: ["ServerlessV1Build"]
---

# GET /v1/Services/{ServiceSid}/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'
    - `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'
    - `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

- **2024-02-09** (v1) `309ac1533a06` — 1 warning
  - added the new `node18` enum value to the `builds/items/runtime` response property for the response status `200`
- **2024-01-25** (v1) `c9b219535a58` — 1 info
  - removed the `node18` enum value from the `builds/items/runtime` response property for the response status `200`
- **2023-11-06** (v1) `2d37c0cecabd` — 1 warning
  - added the new `node18` enum value to the `builds/items/runtime` response property for the response status `200`
- **2023-08-10** (v1) `a3f595f8069e` — 1 info
  - api tag `ServerlessV1Build` added
- **2023-02-02** (v1) `88e57592ac5e` — 2 info
  - added the new optional `query` request parameter `Page`
  - added the new optional `query` request parameter `PageToken`

[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/3700a61e79f9/schema)
