Get Deployment logs
Get logs for an Astro Deployment. You must specify at least one log source.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
organizationId
The ID of the Organization to which the Deployment belongs.
deploymentId
The ID of the Deployment to get logs for.
Query parameters
sources
Log sources to retrieve.
limit
Maximum number of log entries per page.
offset
Offset for pagination.
range
Range of the log search in seconds.
maxNumResults
Maximum total number of results across all pages.
searchId
Search ID for paginated results.
searchText
Text to filter logs by.
startDate
Start of time range (RFC3339). Must be used with endDate.
endDate
End of time range (RFC3339). Must be used with startDate.
Response
OK
limit
The requested log entry limit.
maxNumResults
The maximum number of results.
offset
The offset of the current results page.
resultCount
The number of results returned.
results
The log entries.
searchId
The search ID for pagination.
Errors
400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
500
Internal Server Error