Logs
Returns the requested log model.
Args: logs_id: ID of the log model. hydrate: Flag deciding whether to hydrate the output model(s) by including metadata fields in the response.
Returns: The requested log model.
Raises: IllegalOperationError: If the logs are not associated with a pipeline run or step run before fetching.
Authorizations
OAuth2passwordRequired
Token URL:
Path parameters
logs_idstring · uuidRequired
Query parameters
hydratebooleanOptionalDefault:
trueResponses
200
Successful Response
application/json
Response model for logs.
bodyany ofOptional
or
nullOptional
metadataany ofOptional
or
nullOptional
resourcesany ofOptional
or
nullOptional
idstring · uuidRequired
permission_deniedbooleanOptionalDefault:
false401
Unauthorized
application/json
403
Forbidden
application/json
404
Not Found
application/json
422
Unprocessable Entity
application/json
get
/api/v1/logs/{logs_id}Last updated
Was this helpful?