Get Deployment Logs
Agentex Cloud Deploy
Get Deployment Logs
Get structured log lines for a deployment with cursor-based pagination.
The CLI can poll this endpoint to stream logs incrementally:
- First call: no cursor
- Subsequent calls: cursor=next_cursor from the previous response
- Stop polling when the deployment reaches a terminal status
GET
Get Deployment Logs
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.
Authorizations
Headers
Path Parameters
Query Parameters
Cursor from previous response's next_cursor field
Maximum number of log lines to return
Required range:
1 <= x <= 500Response
Successful Response
Response containing structured deployment log lines with cursor-based pagination.
The CLI can poll this endpoint to stream logs incrementally:
- First call: no after_id
- Subsequent calls: after_id=next_cursor from previous response
- Stop polling when has_more is False and the deployment reaches a terminal status
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.

