Skip to main content
GET
/
api
/
v1
/
builders
/
{uuid}
/
logs
Get builder logs
curl --request GET \
  --url https://{subdomain}.mihu.ai/api/v1/builders/{uuid}/logs \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "data": {
    "logs": "<string>"
  }
}

Authorizations

Authorization
string
header
required

Use a Bearer token to access these API endpoints. Example: "Bearer {your-token}"

Path Parameters

uuid
string<uuid>
required

Query Parameters

lines
integer
default:200

Number of trailing lines (1-2000). Default 200.

Response

200 - application/json

Log output.

success
boolean
Example:

true

data
object