Skip to main content
GET
/
v3beta1
/
organizations
/
{org_id}
/
snapshot-setup
/
builds
/
{build_id}
/
logs
Presigned URL for the build's log file
curl --request GET \
  --url https://api.devin.ai/v3beta1/organizations/{org_id}/snapshot-setup/builds/{build_id}/logs \
  --header 'Authorization: Bearer <token>'
{
  "expires_at": 123,
  "url": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.devin.ai/llms.txt

Use this file to discover all available pages before exploring further.

Permissions

Requires a service user with the ManageRepoBlueprints permission at the organization level.

Behavior

Returns a presigned URL for downloading the build’s log file.

Authorizations

Authorization
string
header
required

Service User credential (prefix: cog_)

Path Parameters

build_id
string
required

Response

Successful Response

Reusable presigned-URL response (10-minute TTL).

expires_at
integer
required

Unix timestamp at which the URL expires.

url
string
required

Presigned GET URL (HTTPS).