Logs
Get log entries for a step.
Args: step_id: ID of the step for which to get the logs. source: The source of the logs to get. Default is "step".
Returns: List of log entries.
Raises: KeyError: If no logs are available for this step.
Authorizations
OAuth2passwordRequired
Token URL:
Path parameters
step_idstring · uuidRequired
Query parameters
sourcestringOptionalDefault:
stepResponses
200
Successful Response
application/json
400
Bad Request
application/json
401
Unauthorized
application/json
403
Forbidden
application/json
404
Not Found
application/json
422
Unprocessable Entity
application/json
get
/api/v1/steps/{step_id}/logsLast updated
Was this helpful?