Get log destination detailsCopy Pageget https://{hostname}/api/v1/streams/{stream_id}/log_destinations/{log_destination_id}Get detailed information about a log destination.Path Paramsstream_idstringrequiredStream ID.log_destination_idstringrequiredLog destination ID.Responses 200Log destination details retrieved successfully. 401Unauthorized. 403Forbidden - no access to stream. 404Log destination not found. 500Internal server error.Updated 2 months ago