Project API
Returns paginated console output logs of a single action execution
get/workspaces/{workspace_domain}/projects/{project_name}/pipelines/{pipeline_id}/executions/{execution_id}/action_executions/{id}/logs
Path parameters
workspace_domainstring required
Example:my-company
The human-readable ID of the workspace
project_namestring required
Example:my-project
The human-readable ID of the project
pipeline_idinteger required
Example:123
The ID of the pipeline
execution_idinteger required
Example:123456
The ID of the execution
idstring required
Example:68e49e0e0875a8847e0980da
The ID of the action execution
Query parameters
offsetinteger
The starting line number (0-based). Defaults to 0
limitinteger
Example:100
The maximum number of log lines to return. Defaults to 100, max 1000