Logs
Returns the requested logs.
Args: logs_id: ID of the logs. hydrate: Flag deciding whether to hydrate the output model(s) by including metadata fields in the response.
Returns: The requested logs.
Authorizations
OAuth2passwordRequired
Token URL:
Path parameters
logs_idstring · uuidRequired
Query parameters
hydratebooleanOptionalDefault:
trueResponses
200
Successful Response
application/json
401
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?