Retrieve the logs for a specific build
limit query parameter to control how many log lines are returned:
| Parameter | Default | Min | Max | Description |
|---|---|---|---|---|
limit | 500 | 1 | 10,000 | Number of log events to return |
requirements.txtpip install commandsCOPY instructionsAuthentication using a Pipecat Cloud API token.
Unique identifier of the build.
Maximum number of log events to return.
1 <= x <= 10000Build logs retrieved successfully
Array of log lines from the build process. May be empty if the build hasn't started generating logs yet.
[
"[Container] 2026/03/04 10:00:00 Entering phase: INSTALL",
"[Container] 2026/03/04 10:00:01 Running command pip install -r requirements.txt",
"[Container] 2026/03/04 10:00:05 Successfully installed pipecat-ai-0.1.0"
]Pagination token for retrieving additional logs. Present when more logs are available.
"eyJuZXh0VG9rZW4iOiAiYWJjMTIzIn0="