Get structured log lines for a deployment with cursor-based pagination.
The CLI can poll this endpoint to stream logs incrementally:
Cursor from previous response's next_cursor field
Maximum number of log lines to return
1 <= x <= 500Successful Response
Response containing structured deployment log lines with cursor-based pagination.
The CLI can poll this endpoint to stream logs incrementally:
The deployment ID
True if there may be more lines beyond this page (len(lines) == limit).
Structured log lines
Cursor for the next page. Pass this as the after_id query parameter to get subsequent logs.