Get build
GET/v2/acts/:actorId/builds/:buildId
deprecated
API endpoints related to build of the Actor were moved under new namespace actor-builds
. Gets an object that contains all the details about a specific build of an Actor.
By passing the optional waitForFinish
parameter the API endpoint will
synchronously wait for the build to finish.
This is useful to avoid periodic polling when waiting for an Actor build to
finish.
This endpoint does not require the authentication token. Instead, calls are authenticated using a hard-to-guess ID of the build. However,
if you access the endpoint without the token, certain attributes, such as usageUsd
and usageTotalUsd
, will be hidden.
Request
Responses
- 200