Batches
Get Batch Logs
Retrieve logs for a specific batch.
GET
Headers
Your API key for authentication.
Path Parameters
The unique identifier of the batch whose logs you want to fetch.
Query Parameters
Optional. The number of log entries to return.
Optional. The number of log entries to skip (used for pagination).
Optional. Sort order of logs.
Valid values: "asc"
or "desc"
(default is "desc"
).
Response
A list of log entries related to the batch’s lifecycle and execution.
The unique identifier for the log entry.
The ID of the batch associated with the log.
The organization ID tied to the batch.
The type of log event.
Examples: "lifecycle"
, "complete"
The time the log was generated.
Additional information related to the event. Contents vary depending on the event_type
.
Always null
on success.