steps
Get Step Logs
Get the logs of a specific step.
Args: step_id: ID of the step for which to get the logs. offset: The offset from which to start reading. length: The amount of bytes that should be read.
Returns: The logs of the step.
Raises: HTTPException: If no logs are available for this step.
get/api/v1/steps/{step_id}/logs
Path parameters
step_idstring uuid required
Query parameters
offsetinteger
lengthinteger
Response
Successful Response
string required