Find Deployment Logs
Retrieves logs for a specific deployment. Supports filtering by timestamp to fetch only recent logs.
Parameters
Path Parameters
deploymentId string Required
The unique identifier of the deployment to retrieve logs for. Provided as a path parameter.
Query Parameters
since number
A UNIX timestamp (in seconds) used to filter logs. Returns only log entries generated after the specified time.
Response
Response Body
error string
logs string[] Required
Array items: string
nextSince number