All URIs are relative to https://serverless.twilio.com
Method | HTTP request | Description |
---|---|---|
FetchBuildStatus | Get /v1/Services/{ServiceSid}/Builds/{Sid}/Status | Retrieve a specific Build resource. |
ServerlessV1BuildStatus FetchBuildStatus(ctx, ServiceSidSid)
Retrieve a specific Build resource.
Retrieve a specific Build resource.
Name | Type | Description |
---|---|---|
ctx | context.Context | context for authentication, logging, cancellation, deadlines, tracing, etc. |
ServiceSid | string | The SID of the Service to fetch the Build resource from. |
Sid | string | The SID of the Build resource to fetch. |
Other parameters are passed through a pointer to a FetchBuildStatusParams struct
Name | Type | Description |
---|
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]