Retrieve a specific Build resource
The status of a Build resource.
Retrieve a specific Build resource.
Path parameters
-
The SID of the Service to fetch the Build resource from.
-
The SID of the Build resource to fetch.
GET /v1/Services/{ServiceSid}/Builds/{Sid}/Status
curl \
-X GET https://serverless.twilio.com/v1/Services/{ServiceSid}/Builds/{Sid}/Status \
--user "username:password"
Response examples (200)
{
"account_sid": "string",
"service_sid": "string",
"sid": "string",
"status": "building",
"url": "https://example.com"
}
Response examples (200)
{
"account_sid": "string",
"service_sid": "string",
"sid": "string",
"status": "building",
"url": "https://example.com"
}