Retrieve a specific chunk of logs by its index
Authorization header with Bearer token
The job ID to retrieve the chunk for
"job-123"
The index of the chunk to retrieve (0-based)
x >= 00
Log chunk data
Map of group IDs to group definitions
{
"group1": {
"id": "group1",
"name": "Build Process",
"format": { "color": [0, 255, 0], "bold": true }
}
}Array of log messages
Unique job identifier
"job-123"
Index of this chunk (0-based)
x >= 00
Total number of chunks for this job
x >= 13
Always true for chunked log parts
true