Get Deployment logs
Get logs for an Astro Deployment. You must specify at least one log source.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The ID of the Organization to which the Deployment belongs.
The ID of the Deployment to get logs for.
Query Parameters
Log sources to retrieve.
scheduler, triggerer, worker, webserver, dag-processor, apiserver Maximum number of log entries per page.
x >= 1Offset for pagination.
x >= 0Range of the log search in seconds.
x >= 60Maximum total number of results across all pages.
x >= 1Search ID for paginated results.
Text to filter logs by.
Start of time range (RFC3339). Must be used with endDate.
End of time range (RFC3339). Must be used with startDate.
Response
OK
The requested log entry limit.
x >= 1The maximum number of results.
x >= 0The offset of the current results page.
x >= 0The number of results returned.
x >= 0The log entries.
The search ID for pagination.