Get structured log lines for a deployment with cursor-based pagination.
The CLI can poll this endpoint to stream logs incrementally:
Documentation Index
Fetch the complete documentation index at: https://docs.gp.scale.com/llms.txt
Use this file to discover all available pages before exploring further.
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.