Skip to main content

Get default build

GET 

/v2/acts/:actorId/builds/default

Get the default build for an Actor.

Use the optional waitForFinish parameter to synchronously wait for the build to finish. This avoids the need for periodic polling when waiting for the build to complete.

This endpoint does not require an authentication token. Instead, calls are authenticated using the build's unique ID. However, if you access the endpoint without a token, certain attributes (e.g., usageUsd and usageTotalUsd) will be hidden.

Request

Responses

Response Headers