Last updated 11 days ago
Was this helpful?
Get logs for the provided filters
a5189ec6-6658-49e6-9960-99ed15b63f4d
["a5189ec6-6658-49e6-9960-99ed15b63f4d","b1234abc-1234-5678-9101-abcdef123456"]
["INFO","ERROR"]
["PARTITIONER","ASSEMBLER"]
POST /v1/customer/logs HTTP/1.1 Host: api.bytenite.com Authorization: YOUR_API_KEY Content-Type: application/json Accept: */* Content-Length: 203 { "jobId": "a5189ec6-6658-49e6-9960-99ed15b63f4d", "taskIds": [ "a5189ec6-6658-49e6-9960-99ed15b63f4d", "b1234abc-1234-5678-9101-abcdef123456" ], "levels": [ "INFO", "ERROR" ], "services": [ "PARTITIONER", "ASSEMBLER" ] }
A successful response.
{ "partitioner": [ { "log": "sample-log-message from loki", "timestamp": "2025-05-09T14:19:01.799Z", "level": "INFO" } ], "assembler": [ { "log": "sample-log-message from loki", "timestamp": "2025-05-09T14:19:01.799Z", "level": "INFO" } ], "taskrunner": { "ANY_ADDITIONAL_PROPERTY": { "logs": [ { "log": "sample-log-message from loki", "timestamp": "2025-05-09T14:19:01.799Z", "level": "INFO" } ] } } }