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